Trace number 1114291

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-incOPTIMUM2 5.13822 5.88935

General information on the benchmark

Namecsp/composed-75-1-2/
normalized-composed-75-1-2-0_ext.xml
MD5SUM005cb52156c07d79f762aa943b5f890f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark5.13822
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints624
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension624
Number of constraints which are defined in intension0
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sun Jul 13 00:01:52 2008
0.00/0.08	c 0	PID 20951
0.07/0.08	c 0	HOST node16.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1114291-1215900112.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114291-1215900112.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 83 variables, 0 predicates, 624 relations, 624 constraints
0.07/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	c 1	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.70/0.84	c 1	Parsing HOME/temp.csp
0.92/1.05	c 1	parsed 1332 expressions
0.92/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.07	c 1	MAX CSP: 624 constraints
0.92/1.07	c 1	Converting to clausal form CSP
0.92/1.10	c 1	converted 196 (10%) expressions
0.92/1.10	c 1	converted 392 (20%) expressions
1.02/1.10	c 1	converted 588 (30%) expressions
1.02/1.12	c 1	converted 784 (40%) expressions
1.02/1.15	c 1	converted 980 (50%) expressions
1.02/1.16	c 1	converted 1176 (60%) expressions
1.02/1.18	c 1	converted 1372 (70%) expressions
1.02/1.20	c 1	converted 1568 (80%) expressions
1.11/1.28	c 1	converted 1764 (90%) expressions
1.32/1.40	c 1	converted 1959 (100%) expressions
1.32/1.40	c 1	CSP : 1331 integers, 0 booleans, 1871 clauses, largest domain size 937
1.32/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.40	c 1	Propagation in CSP
1.32/1.49	c 2	620 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.49	c 2	CSP : 1331 integers, 0 booleans, 1871 clauses, largest domain size 625
1.32/1.49	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.49	c 2	CSP : 1331 integers, 0 booleans, 1871 clauses, largest domain size 625
1.32/1.49	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.53	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.55	c 2	134 (10%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.41/1.55	c 2	267 (20%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.41/1.55	c 2	400 (30%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.41/1.55	c 2	533 (40%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.41/1.55	c 2	666 (50%) CSP integer variables are encoded (664 clauses, 7176 bytes)
1.41/1.56	c 2	799 (60%) CSP integer variables are encoded (5955 clauses, 75959 bytes)
1.41/1.57	c 2	932 (70%) CSP integer variables are encoded (7232 clauses, 92560 bytes)
1.41/1.57	c 2	1065 (80%) CSP integer variables are encoded (8763 clauses, 112463 bytes)
1.41/1.57	c 2	1198 (90%) CSP integer variables are encoded (9650 clauses, 125487 bytes)
1.41/1.57	c 2	1331 (100%) CSP integer variables are encoded (10877 clauses, 143892 bytes)
1.51/1.64	c 2	188 (10%) CSP clauses are encoded (13122 clauses, 190994 bytes)
1.51/1.66	c 2	375 (20%) CSP clauses are encoded (15319 clauses, 242865 bytes)
1.51/1.69	c 2	562 (30%) CSP clauses are encoded (17538 clauses, 296026 bytes)
1.70/1.87	c 2	749 (40%) CSP clauses are encoded (75580 clauses, 1328047 bytes)
2.00/2.14	c 2	936 (50%) CSP clauses are encoded (224899 clauses, 4069226 bytes)
2.00/2.16	c 2	1123 (60%) CSP clauses are encoded (232132 clauses, 4196813 bytes)
2.40/2.50	c 3	1310 (70%) CSP clauses are encoded (423867 clauses, 7727967 bytes)
2.40/2.52	c 3	1497 (80%) CSP clauses are encoded (432190 clauses, 7885666 bytes)
2.40/2.56	c 3	1684 (90%) CSP clauses are encoded (452123 clauses, 8304259 bytes)
2.59/2.70	c 3	1871 (100%) CSP clauses are encoded (525691 clauses, 9867895 bytes)
2.59/2.70	c 3	1871 CSP clauses encoded
2.59/2.70	c 3	Writing map file : HOME/temp.map
2.59/2.72	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.72	c 3	SAT : 12208 SAT variables, 525691 SAT clauses, 9867895 bytes
2.59/2.72	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.75	c 3	OBJECTIVE minimize _COST
2.59/2.75	c 3	SOLVING HOME/temp.cnf
2.59/2.75	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.59/2.75	c 3	This is MiniSat 2.0 beta incremental
2.59/2.75	c 3	WARNING: for repeatability, setting FPU to use double precision
2.59/2.75	c 3	============================[ Problem Statistics ]=============================
2.59/2.75	c 3	|                                                                             |
2.59/2.75	c 3	|  Number of variables:  12208                                                |
2.59/2.75	c 3	|  Number of clauses:    525691                                               |
2.63/3.00	c 3	|  Parsing time:         0.21         s                                       |
2.63/3.01	c 3	OK
2.63/3.01	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.63/3.01	c 3	SEARCHING: _COST <= 312
2.63/3.01	c 3	============================[ Search Statistics ]==============================
2.63/3.01	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.63/3.01	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.63/3.01	c 3	===============================================================================
2.63/3.01	c 3	|         0 |   12208   525691  1556847 |   175230        0    nan |  0.000 % |
2.63/3.05	c 3	===============================================================================
2.63/3.05	c 3	restarts              : 1
2.63/3.05	c 3	conflicts             : 2             (8 /sec)
2.63/3.05	c 3	decisions             : 90            (0.00 % random) (342 /sec)
2.63/3.05	c 3	propagations          : 12282          (46707 /sec)
2.63/3.05	c 3	conflict literals     : 14             (0.00 % deleted)
2.63/3.05	c 3	Memory used           : 24.14 MB
2.63/3.05	c 3	CPU time              : 0.26296 s
2.63/3.05	c 3	
2.63/3.05	c 3	SATISFIABLE
2.63/3.06	c 3	OK
2.63/3.06	c 3	FOUND: _COST <= 312
2.63/3.06	s SATISFIABLE
2.63/3.06	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.63/3.06	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.63/3.14	c 3	Decoding HOME/temp.out
3.05/3.26	c 3	OBJECTIVE _COST 312
3.05/3.26	o 312
3.05/3.26	v 7 8 6 6 9 8 7 9 9 9 9 8 9 9 7 8 9 8 9 8 1 9 7 8 8 9 6 9 9 9 9 5 9 4 9 5 5 9 9 6 9 9 7 8 8 8 3 9 8 8 9 9 9 9 9 9 9 8 9 9 9 8 9 9 8 9 9 9 9 9 9 9 9 8 9 8 8 0 1 8 9 7 9
3.05/3.27	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.05/3.27	c 3	OK
3.05/3.27	c 3	OBJECTIVE BOUND: 0 <= _COST <= 312
3.05/3.27	c 3	SEARCHING: _COST <= 156
3.05/3.28	c 3	============================[ Search Statistics ]==============================
3.05/3.29	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.05/3.29	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.05/3.29	c 3	===============================================================================
3.05/3.29	c 3	|         2 |   12208   525691  1556847 |   175230        2      7 |  0.000 % |
3.15/3.32	c 3	===============================================================================
3.15/3.32	c 3	restarts              : 2
3.15/3.32	c 3	conflicts             : 4             (13 /sec)
3.15/3.32	c 3	decisions             : 345           (0.29 % random) (1095 /sec)
3.15/3.32	c 3	propagations          : 29535          (93776 /sec)
3.15/3.32	c 3	conflict literals     : 33             (5.71 % deleted)
3.15/3.32	c 3	Memory used           : 24.66 MB
3.15/3.32	c 3	CPU time              : 0.314952 s
3.15/3.32	c 3	
3.15/3.32	c 3	SATISFIABLE
3.15/3.33	c 3	OK
3.15/3.33	c 3	FOUND: _COST <= 156
3.15/3.33	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.15/3.33	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.17/3.41	c 3	Decoding HOME/temp.out
3.17/3.52	c 4	OBJECTIVE _COST 156
3.17/3.52	o 156
3.17/3.52	v 8 7 6 0 5 4 8 3 5 8 7 2 6 7 9 6 7 7 8 6 9 4 3 8 7 3 1 5 1 1 7 9 7 8 8 2 1 9 8 4 7 8 8 4 7 9 4 3 9 9 9 6 8 9 9 8 8 9 9 6 9 8 9 8 9 9 8 9 8 8 9 9 9 9 9 9 9 9 9 9 8 9 7
3.17/3.53	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.54	c 4	OK
3.17/3.54	c 4	OBJECTIVE BOUND: 0 <= _COST <= 156
3.17/3.54	c 4	SEARCHING: _COST <= 78
3.17/3.54	c 4	============================[ Search Statistics ]==============================
3.17/3.55	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.55	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.55	c 4	===============================================================================
3.17/3.55	c 4	|         4 |    9088   525691  1556847 |   175230        4      8 |  0.000 % |
3.17/3.56	c 4	===============================================================================
3.17/3.56	c 4	restarts              : 3
3.17/3.56	c 4	conflicts             : 7             (21 /sec)
3.17/3.56	c 4	decisions             : 527           (0.57 % random) (1546 /sec)
3.17/3.56	c 4	propagations          : 38726          (113583 /sec)
3.17/3.56	c 4	conflict literals     : 58             (3.33 % deleted)
3.17/3.56	c 4	Memory used           : 24.66 MB
3.17/3.56	c 4	CPU time              : 0.340948 s
3.17/3.56	c 4	
3.17/3.56	c 4	SATISFIABLE
3.17/3.57	c 4	OK
3.17/3.57	c 4	FOUND: _COST <= 78
3.17/3.57	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.17/3.57	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.41/3.65	c 4	Decoding HOME/temp.out
3.41/3.76	c 4	OBJECTIVE _COST 78
3.41/3.76	o 78
3.41/3.76	v 9 9 3 6 7 9 6 5 8 3 9 9 9 8 9 8 8 5 6 6 8 9 7 3 6 3 7 0 9 4 9 8 6 6 9 8 7 6 7 4 7 9 9 8 6 2 5 9 9 9 5 8 6 9 4 8 6 9 9 9 9 9 9 5 4 9 5 7 8 1 8 5 6 9 9 9 9 9 9 9 8 9 9
3.41/3.77	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.41/3.78	c 4	OK
3.41/3.78	c 4	OBJECTIVE BOUND: 0 <= _COST <= 78
3.41/3.78	c 4	SEARCHING: _COST <= 39
3.41/3.79	c 4	============================[ Search Statistics ]==============================
3.63/3.80	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.63/3.80	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.63/3.80	c 4	===============================================================================
3.63/3.80	c 4	|         7 |    7372   525691  1556847 |   175230        7      8 |  0.000 % |
3.63/3.81	c 4	===============================================================================
3.63/3.81	c 4	restarts              : 4
3.63/3.81	c 4	conflicts             : 43            (114 /sec)
3.63/3.81	c 4	decisions             : 707           (0.71 % random) (1881 /sec)
3.63/3.81	c 4	propagations          : 75930          (201973 /sec)
3.63/3.81	c 4	conflict literals     : 541            (24.23 % deleted)
3.63/3.81	c 4	Memory used           : 24.79 MB
3.63/3.81	c 4	CPU time              : 0.375942 s
3.63/3.81	c 4	
3.63/3.81	c 4	SATISFIABLE
3.63/3.82	c 4	OK
3.63/3.82	c 4	FOUND: _COST <= 39
3.63/3.82	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.63/3.82	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.64/3.90	c 4	Decoding HOME/temp.out
3.64/4.01	c 4	OBJECTIVE _COST 39
3.64/4.01	o 39
3.64/4.02	v 2 3 3 9 9 9 8 8 9 9 8 9 9 9 3 8 9 9 0 8 3 9 8 1 8 3 2 9 9 8 9 1 2 8 9 3 4 9 8 9 9 9 4 6 7 6 9 1 2 9 9 9 6 4 9 0 9 9 9 6 6 6 6 0 9 9 6 3 7 1 7 8 7 1 4 9 9 3 9 9 8 2 9
3.64/4.02	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.64/4.04	c 4	OK
3.64/4.04	c 4	OBJECTIVE BOUND: 0 <= _COST <= 39
3.64/4.04	c 4	SEARCHING: _COST <= 19
3.64/4.05	c 4	============================[ Search Statistics ]==============================
3.64/4.06	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.64/4.06	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.64/4.06	c 4	===============================================================================
3.64/4.06	c 4	|        43 |    6280   525691  1556847 |   175230       43     13 |  0.000 % |
3.64/4.06	c 4	===============================================================================
3.64/4.06	c 4	restarts              : 5
3.64/4.06	c 4	conflicts             : 56            (141 /sec)
3.64/4.06	c 4	decisions             : 849           (0.82 % random) (2144 /sec)
3.64/4.06	c 4	propagations          : 88939          (224628 /sec)
3.64/4.06	c 4	conflict literals     : 884            (18.07 % deleted)
3.64/4.06	c 4	Memory used           : 24.79 MB
3.64/4.06	c 4	CPU time              : 0.395939 s
3.64/4.06	c 4	
3.64/4.06	c 4	SATISFIABLE
3.64/4.06	c 4	OK
3.64/4.06	c 4	FOUND: _COST <= 19
3.64/4.06	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.64/4.06	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.86/4.14	c 4	Decoding HOME/temp.out
4.09/4.36	c 4	OBJECTIVE _COST 19
4.09/4.36	o 19
4.09/4.36	v 7 7 7 9 9 9 7 7 9 9 8 8 8 0 7 9 8 3 5 3 3 9 8 1 5 0 9 9 1 9 9 1 7 8 9 9 1 1 9 7 8 8 3 9 6 7 3 0 8 8 9 9 6 3 9 9 9 8 3 1 8 4 9 7 9 9 9 1 9 2 6 1 8 8 8 9 9 8 9 9 9 8 7
4.09/4.38	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.17/4.43	c 4	OK
4.17/4.43	c 4	OBJECTIVE BOUND: 0 <= _COST <= 19
4.17/4.43	c 4	SEARCHING: _COST <= 9
4.17/4.43	c 4	============================[ Search Statistics ]==============================
4.17/4.44	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.17/4.45	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.17/4.45	c 4	===============================================================================
4.17/4.45	c 4	|        56 |    5461   525691  1556847 |   175230       56     16 |  0.000 % |
4.17/4.48	c 5	|       156 |    5461   525691  1556847 |   192753      156     12 | 61.296 % |
4.17/4.49	c 5	===============================================================================
4.17/4.49	c 5	restarts              : 7
4.17/4.49	c 5	conflicts             : 165           (357 /sec)
4.17/4.49	c 5	decisions             : 1081          (0.74 % random) (2340 /sec)
4.17/4.49	c 5	propagations          : 204943         (443668 /sec)
4.17/4.49	c 5	conflict literals     : 1925           (29.33 % deleted)
4.17/4.49	c 5	Memory used           : 24.79 MB
4.17/4.49	c 5	CPU time              : 0.461929 s
4.17/4.49	c 5	
4.17/4.49	c 5	SATISFIABLE
4.17/4.49	c 5	OK
4.17/4.49	c 5	FOUND: _COST <= 9
4.17/4.49	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.17/4.49	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.26/4.57	c 5	Decoding HOME/temp.out
4.26/4.78	c 5	OBJECTIVE _COST 9
4.26/4.78	o 9
4.26/4.79	v 2 7 9 8 9 7 8 8 6 9 6 9 6 7 7 8 9 7 6 8 8 0 8 5 8 1 2 5 8 9 9 0 8 8 9 9 4 6 9 9 6 8 0 9 3 9 4 5 7 8 9 4 3 9 9 7 9 8 3 1 8 9 9 4 9 9 9 7 4 9 9 8 3 2 9 9 9 3 9 9 9 8 7
4.26/4.81	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.26/4.86	c 5	OK
4.26/4.86	c 5	OBJECTIVE BOUND: 0 <= _COST <= 9
4.26/4.86	c 5	SEARCHING: _COST <= 4
4.26/4.86	c 5	============================[ Search Statistics ]==============================
4.26/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.26/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.26/4.87	c 5	===============================================================================
4.26/4.87	c 5	|       165 |    4725   525691  1556847 |   175230      165     12 | 61.296 % |
4.26/4.87	c 5	===============================================================================
4.26/4.87	c 5	restarts              : 8
4.26/4.87	c 5	conflicts             : 184           (384 /sec)
4.26/4.87	c 5	decisions             : 1186          (0.84 % random) (2476 /sec)
4.26/4.87	c 5	propagations          : 223692         (467069 /sec)
4.26/4.87	c 5	conflict literals     : 2085           (28.82 % deleted)
4.26/4.87	c 5	Memory used           : 24.79 MB
4.26/4.87	c 5	CPU time              : 0.478927 s
4.26/4.87	c 5	
4.26/4.87	c 5	SATISFIABLE
4.26/4.88	c 5	OK
4.26/4.88	c 5	FOUND: _COST <= 4
4.26/4.88	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.26/4.88	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.60/4.96	c 5	Decoding HOME/temp.out
4.60/5.08	c 5	OBJECTIVE _COST 4
4.60/5.08	o 4
4.60/5.08	v 7 3 2 3 9 8 8 8 3 5 6 8 8 6 3 9 9 2 9 7 3 9 1 3 3 9 4 5 4 9 9 0 1 9 9 9 9 6 3 9 3 6 7 9 9 9 5 7 7 4 9 6 6 9 9 9 5 4 5 5 8 9 9 9 0 7 5 9 4 9 7 6 7 7 2 2 7 4 1 4 9 9 8
4.60/5.09	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.60/5.09	c 5	OK
4.60/5.09	c 5	OBJECTIVE BOUND: 0 <= _COST <= 4
4.60/5.09	c 5	SEARCHING: _COST <= 2
4.80/5.58	c 6	============================[ Search Statistics ]==============================
4.80/5.58	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.80/5.58	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.80/5.58	c 6	===============================================================================
4.80/5.58	c 6	|       184 |    4007   525691  1556847 |   175230      184     11 | 61.296 % |
4.80/5.59	c 6	|       285 |    4006   525691  1556847 |   192753      285     10 | 73.419 % |
4.83/5.62	c 6	===============================================================================
4.83/5.62	c 6	restarts              : 10
4.83/5.62	c 6	conflicts             : 405           (746 /sec)
4.83/5.62	c 6	decisions             : 1514          (0.79 % random) (2789 /sec)
4.83/5.62	c 6	propagations          : 394485         (726603 /sec)
4.83/5.62	c 6	conflict literals     : 3994           (32.11 % deleted)
4.83/5.62	c 6	Memory used           : 24.79 MB
4.83/5.62	c 6	CPU time              : 0.542917 s
4.83/5.62	c 6	
4.83/5.62	c 6	SATISFIABLE
4.83/5.63	c 6	OK
4.83/5.63	c 6	FOUND: _COST <= 2
4.83/5.63	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.83/5.63	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.86/5.71	c 6	Decoding HOME/temp.out
4.86/5.82	c 6	OBJECTIVE _COST 2
4.86/5.82	o 2
4.86/5.82	v 7 7 7 6 3 9 8 9 4 9 7 9 7 1 5 5 8 2 6 8 8 0 8 7 3 1 7 9 8 9 9 0 1 9 9 2 9 6 4 9 3 8 7 9 7 7 7 7 7 4 7 4 4 9 9 9 9 2 9 7 8 9 9 7 0 4 9 9 6 0 9 1 3 7 5 2 5 8 3 4 2 0 8
4.86/5.83	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.86/5.84	c 6	OK
4.86/5.84	c 6	OBJECTIVE BOUND: 0 <= _COST <= 2
4.86/5.84	c 6	SEARCHING: _COST <= 1
4.86/5.84	c 6	============================[ Search Statistics ]==============================
4.86/5.85	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.86/5.85	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.86/5.85	c 6	===============================================================================
4.86/5.85	c 6	|       405 |    3245   525691  1556847 |   175230      405     10 | 73.419 % |
4.86/5.86	c 6	|       505 |    3244   525691  1556847 |   192753      505      9 | 78.555 % |
4.86/5.87	c 6	===============================================================================
4.86/5.87	c 6	restarts              : 12
4.86/5.87	c 6	conflicts             : 562           (972 /sec)
4.86/5.87	c 6	decisions             : 1689          (0.71 % random) (2923 /sec)
4.86/5.87	c 6	propagations          : 486126         (841177 /sec)
4.86/5.87	c 6	conflict literals     : 5219           (32.07 % deleted)
4.86/5.87	c 6	Memory used           : 24.79 MB
4.86/5.87	c 6	CPU time              : 0.577912 s
4.86/5.87	c 6	
4.86/5.87	c 6	UNSATISFIABLE
4.86/5.87	c 6	OK
4.86/5.87	c 6	NOT FOUND: _COST <= 1
4.86/5.87	c 6	OK
4.86/5.87	c 6	OBJECTIVE _COST 2
4.86/5.87	s OPTIMUM FOUND
4.86/5.88	c 6	CPU 4.68 (0.06 0.03 4.62 0.39)
4.86/5.88	c 6	END Sun Jul 13 00:01:58 2008

Verifier Data (download as text)

OK	2	622
2 unsatisfied constraints, 622 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-1114291-1215900112/watcher-1114291-1215900112 -o /tmp/evaluation-result-1114291-1215900112/solver-1114291-1215900112 -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-1114291-1215900112.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: 1.92 1.98 1.99 4/81 20951
/proc/meminfo: memFree=1892840/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=12268 CPUtime=0
/proc/20951/stat : 20951 (sugar++) R 20949 20951 20914 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46713771 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20951/statm: 3067 316 241 3 0 167 0

[startup+0.081849 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20951
/proc/meminfo: memFree=1892840/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16740 CPUtime=0.07
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 46713771 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101975 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20951
/proc/meminfo: memFree=1892840/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16740 CPUtime=0.07
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 46713771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301896 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20951
/proc/meminfo: memFree=1892840/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16740 CPUtime=0.07
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 46713771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701795 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20951
/proc/meminfo: memFree=1892840/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16740 CPUtime=0.07
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 46713771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50259 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 20973
/proc/meminfo: memFree=1883464/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16740 CPUtime=0.7
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1297 4810 0 1 5 2 60 3 15 0 1 0 46713771 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4185 1104 409 3 0 764 0
[pid=20964] ppid=20951 vsize=5356 CPUtime=0
/proc/20964/stat : 20964 (sh) S 20951 20951 20914 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46713848 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20964/statm: 1339 233 193 169 0 50 0
[pid=20965] ppid=20964 vsize=868356 CPUtime=0.71
/proc/20965/stat : 20965 (java) S 20964 20951 20914 0 -1 0 7045 0 1 0 67 4 0 0 19 0 9 0 46713848 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20965/statm: 217089 6301 2540 9 0 211664 0
[pid=20965/tid=20966] ppid=20964 vsize=868356 CPUtime=0.36
/proc/20965/task/20966/stat : 20966 (java) R 20964 20951 20914 0 -1 64 2647 0 1 0 35 1 0 0 22 0 9 0 46713849 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20967] ppid=20964 vsize=868356 CPUtime=0.09
/proc/20965/task/20967/stat : 20967 (java) R 20964 20951 20914 0 -1 64 2242 0 0 0 9 0 0 0 16 0 9 0 46713850 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 102721951 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20964 vsize=868356 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20964 20951 20914 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46713850 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20969] ppid=20964 vsize=868356 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20964 20951 20914 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46713850 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20970] ppid=20964 vsize=868356 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20964 20951 20914 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46713852 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20971] ppid=20964 vsize=868356 CPUtime=0.23
/proc/20965/task/20971/stat : 20971 (java) S 20964 20951 20914 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 46713852 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20972] ppid=20964 vsize=868356 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20964 20951 20914 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46713852 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20973] ppid=20964 vsize=868356 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20964 20951 20914 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46713852 889196544 6301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890452

[startup+3.10117 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 20973
/proc/meminfo: memFree=1870088/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16872 CPUtime=2.63
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1527 12582 0 2 5 2 242 14 15 0 1 0 46713771 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 16872

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

[startup+4.70175 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 21024
/proc/meminfo: memFree=1850048/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16872 CPUtime=3.77
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 1892 31950 0 7 6 3 341 27 15 0 1 0 46713771 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4218 1131 414 3 0 797 0
[pid=20974] ppid=20951 vsize=25376 CPUtime=0.49
/proc/20974/stat : 20974 (minisat-inc) S 20951 20951 20914 0 -1 4194304 6094 0 0 0 46 3 0 0 16 0 1 0 46714047 25985024 6030 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20974/statm: 6344 6030 79 151 0 6190 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 42248

[startup+5.50654 s]
/proc/loadavg: 1.93 1.98 1.99 2/83 21044
/proc/meminfo: memFree=1854992/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16872 CPUtime=4.29
/proc/20951/stat : 20951 (sugar++) D 20949 20951 20914 0 -1 4194304 1977 39702 0 9 6 3 388 32 16 0 1 0 46713771 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/20951/statm: 4218 1131 414 3 0 797 0
[pid=20974] ppid=20951 vsize=25376 CPUtime=0.51
/proc/20974/stat : 20974 (minisat-inc) S 20951 20951 20914 0 -1 4194304 6096 0 0 0 48 3 0 0 15 0 1 0 46714047 25985024 6030 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20974/statm: 6344 6030 79 151 0 6190 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 42248

[startup+5.70249 s]
/proc/loadavg: 1.93 1.98 1.99 2/83 21044
/proc/meminfo: memFree=1854992/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16872 CPUtime=4.29
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 2011 39702 0 9 6 3 388 32 15 0 1 0 46713771 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4218 1131 414 3 0 797 0
[pid=20974] ppid=20951 vsize=25376 CPUtime=0.57
/proc/20974/stat : 20974 (minisat-inc) S 20951 20951 20914 0 -1 4194304 6098 0 0 0 54 3 0 0 16 0 1 0 46714047 25985024 6030 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20974/statm: 6344 6030 79 151 0 6190 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 42248

[startup+5.80247 s]
/proc/loadavg: 1.93 1.98 1.99 2/83 21044
/proc/meminfo: memFree=1854992/2055920 swapFree=4180820/4192956
[pid=20951] ppid=20949 vsize=16872 CPUtime=4.29
/proc/20951/stat : 20951 (sugar++) S 20949 20951 20914 0 -1 4194304 2030 39702 0 9 6 3 388 32 15 0 1 0 46713771 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20951/statm: 4218 1131 414 3 0 797 0
[pid=20974] ppid=20951 vsize=25376 CPUtime=0.57
/proc/20974/stat : 20974 (minisat-inc) S 20951 20951 20914 0 -1 4194304 6098 0 0 0 54 3 0 0 16 0 1 0 46714047 25985024 6030 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/20974/statm: 6344 6030 79 151 0 6190 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 42248

Child status: 0
Real time (s): 5.88935
CPU time (s): 5.13822
CPU user time (s): 4.69729
CPU system time (s): 0.440932
CPU usage (%): 87.2459
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69728
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51800
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6790
involuntary context switches= 6517

runsolver used 0.016997 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-13 00:01:52
IDJOB=1114291
IDBENCH=61715
IDSOLVER=367
FILE ID=node16/1114291-1215900112
PBS_JOBID= 7903731
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/composed-75-1-2/normalized-composed-75-1-2-0_ext.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-1114291-1215900112/watcher-1114291-1215900112 -o /tmp/evaluation-result-1114291-1215900112/solver-1114291-1215900112 -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-1114291-1215900112.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 005cb52156c07d79f762aa943b5f890f
RANDOM SEED=872209703

node16.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.218
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.218
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:       1893384 kB
Buffers:         25000 kB
Cached:          60788 kB
SwapCached:       5672 kB
Active:          82396 kB
Inactive:        36740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893384 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            1044 kB
Writeback:           0 kB
Mapped:          49572 kB
Slab:            28668 kB
Committed_AS:   287600 kB
PageTables:       2020 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= 66524 MiB
End job on node16 at 2008-07-13 00:01:58