Trace number 1113759

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 87.3037 89.2686

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-13.xml
MD5SUM91e38f3bea94c28609ed6d1f4c23676f
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 benchmark75.4315
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints78
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension78
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.05/1.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/1.21	c 0	BEGIN Sat Jul 12 21:20:58 2008
0.05/1.21	c 0	PID 14050
0.05/1.21	c 0	HOST node83.alineos.net
0.05/1.21	c 0	CONVERTING HOME/instance-1113759-1215890456.xml TO HOME/temp.csp
0.05/1.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113759-1215890456.xml' 'HOME/temp.csp'
0.06/1.38	c 0	1 domains, 13 variables, 1 predicates, 0 relations, 78 constraints
0.06/1.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.42	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.06/1.50	c 0	Parsing HOME/temp.csp
0.23/1.53	c 0	parsed 93 expressions
0.23/1.54	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/1.54	c 0	MAX CSP: 78 constraints
0.23/1.54	c 0	Converting to clausal form CSP
0.23/1.57	c 0	converted 18 (10%) expressions
0.23/1.58	c 0	converted 35 (20%) expressions
0.23/1.58	c 0	converted 53 (30%) expressions
0.23/1.58	c 0	converted 70 (40%) expressions
0.23/1.59	c 0	converted 87 (50%) expressions
0.23/1.59	c 0	converted 105 (60%) expressions
0.23/1.60	c 0	converted 122 (70%) expressions
0.23/1.60	c 0	converted 140 (80%) expressions
0.23/1.60	c 0	converted 157 (90%) expressions
0.23/1.65	c 0	converted 174 (100%) expressions
0.23/1.65	c 0	CSP : 169 integers, 0 booleans, 233 clauses, largest domain size 118
0.23/1.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/1.65	c 0	Propagation in CSP
0.23/1.66	c 0	74 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/1.67	c 0	CSP : 169 integers, 0 booleans, 233 clauses, largest domain size 79
0.23/1.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/1.67	c 0	Simplifing CSP by introducing new Boolean variables
0.23/1.67	c 0	CSP : 169 integers, 156 booleans, 389 clauses, largest domain size 79
0.23/1.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/1.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.23/1.70	c 0	17 (10%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/1.70	c 0	34 (20%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/1.70	c 0	51 (30%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/1.70	c 0	68 (40%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/1.70	c 0	85 (50%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/1.71	c 0	102 (60%) CSP integer variables are encoded (233 clauses, 2430 bytes)
0.23/1.71	c 0	119 (70%) CSP integer variables are encoded (292 clauses, 3079 bytes)
0.23/1.71	c 0	136 (80%) CSP integer variables are encoded (781 clauses, 8458 bytes)
0.23/1.71	c 0	153 (90%) CSP integer variables are encoded (845 clauses, 9162 bytes)
0.23/1.71	c 0	169 (100%) CSP integer variables are encoded (943 clauses, 10435 bytes)
0.23/1.72	c 0	39 (10%) CSP clauses are encoded (1268 clauses, 15026 bytes)
0.23/1.72	c 0	78 (20%) CSP clauses are encoded (1593 clauses, 19833 bytes)
0.23/1.73	c 0	117 (30%) CSP clauses are encoded (1918 clauses, 24662 bytes)
0.23/1.73	c 0	156 (40%) CSP clauses are encoded (2243 clauses, 29535 bytes)
0.23/1.73	c 0	195 (50%) CSP clauses are encoded (2568 clauses, 34452 bytes)
0.23/1.74	c 0	234 (60%) CSP clauses are encoded (2893 clauses, 39589 bytes)
0.23/1.74	c 0	273 (70%) CSP clauses are encoded (3452 clauses, 47453 bytes)
0.23/1.75	c 0	312 (80%) CSP clauses are encoded (10185 clauses, 146985 bytes)
0.23/1.76	c 0	351 (90%) CSP clauses are encoded (10744 clauses, 154849 bytes)
0.23/1.76	c 0	389 (100%) CSP clauses are encoded (12124 clauses, 177812 bytes)
0.23/1.76	c 0	389 CSP clauses encoded
0.23/1.76	c 0	Writing map file : HOME/temp.map
0.23/1.77	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/1.77	c 0	SAT : 1268 SAT variables, 12124 SAT clauses, 177812 bytes
0.23/1.77	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/1.79	c 0	OBJECTIVE minimize _COST
0.23/1.79	c 0	SOLVING HOME/temp.cnf
0.23/1.79	c 0	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.58/1.81	c 0	This is MiniSat 2.0 beta incremental
0.58/1.82	c 0	WARNING: for repeatability, setting FPU to use double precision
0.58/1.82	c 0	============================[ Problem Statistics ]=============================
0.58/1.82	c 0	|                                                                             |
0.58/1.82	c 0	|  Number of variables:  1268                                                 |
0.58/1.82	c 0	|  Number of clauses:    12124                                                |
0.58/1.82	c 0	|  Parsing time:         0.01         s                                       |
0.58/1.82	c 0	OK
0.58/1.82	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.58/1.82	c 0	SEARCHING: _COST <= 39
0.58/1.82	c 0	============================[ Search Statistics ]==============================
0.58/1.82	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.58/1.82	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.58/1.82	c 0	===============================================================================
0.58/1.82	c 0	|         0 |    1268    12124    33413 |     4041        0    nan |  0.000 % |
0.58/1.82	c 0	===============================================================================
0.58/1.82	c 0	restarts              : 1
0.58/1.82	c 0	conflicts             : 0             (0 /sec)
0.58/1.82	c 0	decisions             : 132           (0.00 % random) (18863 /sec)
0.58/1.82	c 0	propagations          : 1268           (181195 /sec)
0.58/1.82	c 0	conflict literals     : 0              ( nan % deleted)
0.58/1.82	c 0	Memory used           : 2.33 MB
0.58/1.82	c 0	CPU time              : 0.006998 s
0.58/1.82	c 0	
0.58/1.82	c 0	SATISFIABLE
0.58/1.82	c 0	OK
0.58/1.82	c 0	FOUND: _COST <= 39
0.58/1.82	s SATISFIABLE
0.58/1.82	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.58/1.82	c 0	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.58/1.90	c 0	Decoding HOME/temp.out
0.58/1.94	c 0	OBJECTIVE _COST 39
0.58/1.94	o 39
0.58/1.94	v 7 8 9 10 11 11 11 11 11 11 11 11 11
0.58/1.94	c 0	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.58/1.99	c 0	OK
0.58/1.99	c 0	OBJECTIVE BOUND: 0 <= _COST <= 39
0.58/1.99	c 0	SEARCHING: _COST <= 19
0.58/1.99	c 0	============================[ Search Statistics ]==============================
0.58/1.99	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.58/1.99	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.58/1.99	c 0	===============================================================================
0.58/1.99	c 0	|         0 |    1268    12124    33413 |     4041        0    nan |  0.000 % |
0.58/1.99	c 0	===============================================================================
0.58/1.99	c 0	restarts              : 2
0.58/1.99	c 0	conflicts             : 0             (0 /sec)
0.58/1.99	c 0	decisions             : 238           (0.84 % random) (29757 /sec)
0.58/1.99	c 0	propagations          : 2536           (317079 /sec)
0.58/1.99	c 0	conflict literals     : 0              ( nan % deleted)
0.58/1.99	c 0	Memory used           : 2.33 MB
0.58/1.99	c 0	CPU time              : 0.007998 s
0.58/1.99	c 0	
0.58/1.99	c 0	SATISFIABLE
0.58/1.99	c 0	OK
0.58/1.99	c 0	FOUND: _COST <= 19
0.58/1.99	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.58/1.99	c 0	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.69/2.07	c 0	Decoding HOME/temp.out
0.78/2.11	c 1	OBJECTIVE _COST 19
0.78/2.11	o 19
0.78/2.12	v 8 3 4 5 6 7 10 9 11 11 11 11 11
0.78/2.12	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.78/2.14	c 1	OK
0.78/2.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 19
0.78/2.14	c 1	SEARCHING: _COST <= 9
0.78/2.15	c 1	============================[ Search Statistics ]==============================
0.78/2.15	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/2.15	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/2.15	c 1	===============================================================================
0.78/2.15	c 1	|         0 |     995    12124    33413 |     4041        0    nan |  0.000 % |
0.78/2.15	c 1	===============================================================================
0.78/2.15	c 1	restarts              : 3
0.78/2.15	c 1	conflicts             : 2             (222 /sec)
0.78/2.15	c 1	decisions             : 337           (0.59 % random) (37453 /sec)
0.78/2.15	c 1	propagations          : 3673           (408202 /sec)
0.78/2.15	c 1	conflict literals     : 13             (13.33 % deleted)
0.78/2.15	c 1	Memory used           : 2.33 MB
0.78/2.15	c 1	CPU time              : 0.008998 s
0.78/2.15	c 1	
0.78/2.15	c 1	SATISFIABLE
0.78/2.15	c 1	OK
0.78/2.15	c 1	FOUND: _COST <= 9
0.78/2.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.78/2.15	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.81/2.22	c 1	Decoding HOME/temp.out
0.81/2.26	c 1	OBJECTIVE _COST 9
0.81/2.26	o 9
0.81/2.26	v 11 3 10 2 4 5 7 6 8 9 9 9 9
0.81/2.26	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.81/2.31	c 1	OK
0.81/2.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.81/2.31	c 1	SEARCHING: _COST <= 4
0.81/2.31	c 1	============================[ Search Statistics ]==============================
0.81/2.31	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.81/2.31	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.81/2.31	c 1	===============================================================================
0.81/2.31	c 1	|         2 |     833    12124    33413 |     4041        2      6 |  0.000 % |
0.81/2.31	c 1	===============================================================================
0.81/2.31	c 1	restarts              : 4
0.81/2.31	c 1	conflicts             : 3             (333 /sec)
0.81/2.31	c 1	decisions             : 375           (0.53 % random) (41676 /sec)
0.81/2.31	c 1	propagations          : 4517           (502000 /sec)
0.81/2.31	c 1	conflict literals     : 21             (12.50 % deleted)
0.81/2.31	c 1	Memory used           : 2.33 MB
0.81/2.31	c 1	CPU time              : 0.008998 s
0.81/2.31	c 1	
0.81/2.31	c 1	SATISFIABLE
0.81/2.31	c 1	OK
0.81/2.31	c 1	FOUND: _COST <= 4
0.81/2.31	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.81/2.31	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.81/2.38	c 1	Decoding HOME/temp.out
0.93/2.42	c 1	OBJECTIVE _COST 4
0.93/2.42	o 4
0.93/2.42	v 11 5 9 1 6 0 2 8 11 10 3 4 7
0.93/2.43	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.93/2.46	c 1	OK
0.93/2.46	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
0.93/2.46	c 1	SEARCHING: _COST <= 2
0.93/2.46	c 1	============================[ Search Statistics ]==============================
0.93/2.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.93/2.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.93/2.46	c 1	===============================================================================
0.93/2.46	c 1	|         3 |     717    12124    33413 |     4041        3      7 |  0.000 % |
0.93/2.46	c 1	===============================================================================
0.93/2.46	c 1	restarts              : 5
0.93/2.46	c 1	conflicts             : 4             (445 /sec)
0.93/2.46	c 1	decisions             : 406           (0.49 % random) (45121 /sec)
0.93/2.46	c 1	propagations          : 5238           (582129 /sec)
0.93/2.46	c 1	conflict literals     : 27             (10.00 % deleted)
0.93/2.46	c 1	Memory used           : 2.33 MB
0.93/2.46	c 1	CPU time              : 0.008998 s
0.93/2.46	c 1	
0.93/2.46	c 1	SATISFIABLE
0.93/2.46	c 1	OK
0.93/2.46	c 1	FOUND: _COST <= 2
0.93/2.46	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.93/2.46	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.06/2.54	c 1	Decoding HOME/temp.out
1.06/2.58	c 1	OBJECTIVE _COST 2
1.06/2.58	o 2
1.06/2.58	v 4 7 11 0 2 1 9 5 10 8 7 6 3
1.06/2.58	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.06/2.62	c 1	OK
1.06/2.62	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
1.06/2.62	c 1	SEARCHING: _COST <= 1
1.06/2.62	c 1	============================[ Search Statistics ]==============================
1.06/2.62	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.06/2.62	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.06/2.62	c 1	===============================================================================
1.06/2.62	c 1	|         4 |     613    12124    33413 |     4041        4      7 |  0.000 % |
1.06/2.62	c 1	===============================================================================
1.06/2.62	c 1	restarts              : 6
1.06/2.62	c 1	conflicts             : 7             (700 /sec)
1.06/2.62	c 1	decisions             : 442           (0.68 % random) (44209 /sec)
1.06/2.62	c 1	propagations          : 5961           (596219 /sec)
1.06/2.62	c 1	conflict literals     : 48             (7.69 % deleted)
1.06/2.62	c 1	Memory used           : 2.33 MB
1.06/2.62	c 1	CPU time              : 0.009998 s
1.06/2.62	c 1	
1.06/2.62	c 1	SATISFIABLE
1.06/2.62	c 1	OK
1.06/2.62	c 1	FOUND: _COST <= 1
1.06/2.62	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.06/2.62	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.18/2.70	c 1	Decoding HOME/temp.out
1.18/2.73	c 1	OBJECTIVE _COST 1
1.18/2.74	o 1
1.18/2.74	v 0 8 4 5 3 3 11 2 10 9 7 6 1
1.18/2.74	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.18/2.78	c 1	OK
1.18/2.78	c 1	OBJECTIVE BOUND: 0 <= _COST <= 1
1.18/2.78	c 1	SEARCHING: _COST <= 0
1.18/2.79	c 1	============================[ Search Statistics ]==============================
1.18/2.79	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/2.79	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/2.79	c 1	===============================================================================
1.18/2.79	c 1	|         7 |     533    12124    33413 |     4041        7      7 |  0.000 % |
1.18/2.79	c 1	|       107 |     533    12124    33413 |     4445      107     13 | 64.126 % |
1.18/2.79	c 1	|       257 |     531    12124    33413 |     4890      257     12 | 64.126 % |
1.18/2.79	c 1	|       483 |     531    12124    33413 |     5379      483     15 | 64.126 % |
1.31/2.80	c 1	|       821 |     531    12124    33413 |     5916      821     15 | 64.126 % |
1.31/2.81	c 1	|      1327 |     455     2389     6570 |     6508     1327     15 | 64.126 % |
1.31/2.85	c 1	|      2086 |     455     2389     6570 |     7159     2086     23 | 64.126 % |
1.31/2.88	c 1	|      3226 |     455     2389     6570 |     7875     3226     22 | 64.126 % |
1.41/2.95	c 1	|      4934 |     455     2389     6570 |     8662     4934     21 | 64.126 % |
1.51/3.08	c 1	|      7496 |     455     2389     6570 |     9529     7496     24 | 64.126 % |
1.81/3.36	c 2	|     11342 |     455     2389     6570 |    10482     6033     29 | 64.126 % |
2.21/3.78	c 2	|     17109 |     455     2389     6570 |    11530     5997     28 | 64.126 % |
2.81/4.36	c 3	|     25758 |     455     2389     6570 |    12683     8308     29 | 64.126 % |
3.79/5.32	c 4	|     38733 |     455     2389     6570 |    13951     7491     30 | 64.126 % |
5.38/6.96	c 5	|     58195 |     455     2389     6570 |    15346    11940     32 | 64.126 % |
8.07/9.68	c 8	|     87387 |     455     2389     6570 |    16881     8288     34 | 64.126 % |
12.24/13.87	c 12	|    131176 |     455     2389     6570 |    18569    16134     36 | 64.126 % |
20.00/21.64	c 20	|    196860 |     455     2389     6570 |    20426    13043     40 | 64.126 % |
32.73/34.40	c 33	|    295386 |     455     2389     6570 |    22469    14726     41 | 64.126 % |
51.81/53.65	c 52	|    443177 |     455     2389     6570 |    24716    21233     37 | 64.127 % |
82.03/84.06	c 82	|    664860 |     455     2389     6570 |    27188    21046     37 | 64.128 % |
87.20/89.26	c 88	===============================================================================
87.20/89.26	c 88	restarts              : 27
87.20/89.26	c 88	conflicts             : 696001        (8096 /sec)
87.20/89.26	c 88	decisions             : 826699        (0.73 % random) (9616 /sec)
87.20/89.26	c 88	propagations          : 28430601       (330700 /sec)
87.20/89.26	c 88	conflict literals     : 28551476       (1.09 % deleted)
87.20/89.26	c 88	Memory used           : 9.23 MB
87.20/89.26	c 88	CPU time              : 85.9709 s
87.20/89.26	c 88	
87.20/89.26	c 88	UNSATISFIABLE
87.20/89.26	c 88	OK
87.20/89.26	c 88	NOT FOUND: _COST <= 0
87.20/89.26	c 88	OK
87.20/89.26	c 88	OBJECTIVE _COST 1
87.20/89.26	s OPTIMUM FOUND
87.20/89.26	c 88	CPU 87.05 (0.06 0.02 86.99 0.21)
87.20/89.26	c 88	END Sat Jul 12 21:22:26 2008

Verifier Data (download as text)

OK	1	77
1 unsatisfied constraints, 77 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-1113759-1215890456/watcher-1113759-1215890456 -o /tmp/evaluation-result-1113759-1215890456/solver-1113759-1215890456 -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-1113759-1215890456.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.72 2.64 2.70 4/106 14050
/proc/meminfo: memFree=1879712/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=9652 CPUtime=0
/proc/14050/stat : 14050 (sugar++) R 14048 14050 13270 0 -1 4194304 75 0 0 0 0 0 0 0 20 0 1 0 45742569 9883648 60 996147200 4194304 4206940 548682068528 18446744073709551615 230264210720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14050/statm: 2413 60 44 3 0 60 0

[startup+0.094826 s]
/proc/loadavg: 2.72 2.64 2.70 4/106 14050
/proc/meminfo: memFree=1879712/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=13336 CPUtime=0.02
/proc/14050/stat : 14050 (sugar++) D 14048 14050 13270 0 -1 4194304 723 0 0 0 2 0 0 0 20 0 1 0 45742569 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14050/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.10282 s]
/proc/loadavg: 2.72 2.64 2.70 4/106 14050
/proc/meminfo: memFree=1879712/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=13336 CPUtime=0.02
/proc/14050/stat : 14050 (sugar++) D 14048 14050 13270 0 -1 4194304 723 0 0 0 2 0 0 0 20 0 1 0 45742569 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14050/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.30184 s]
/proc/loadavg: 2.72 2.64 2.70 4/106 14050
/proc/meminfo: memFree=1879712/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=13336 CPUtime=0.02
/proc/14050/stat : 14050 (sugar++) D 14048 14050 13270 0 -1 4194304 723 0 0 0 2 0 0 0 20 0 1 0 45742569 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14050/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.701883 s]
/proc/loadavg: 2.72 2.64 2.70 4/106 14050
/proc/meminfo: memFree=1879712/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=13336 CPUtime=0.02
/proc/14050/stat : 14050 (sugar++) D 14048 14050 13270 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 45742569 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14050/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+1.50197 s]
/proc/loadavg: 2.72 2.64 2.70 2/107 14051
/proc/meminfo: memFree=1877912/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=0.23
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1294 4106 2 1 5 1 14 3 15 0 1 0 45742569 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 16740

[startup+3.10114 s]
/proc/loadavg: 2.72 2.64 2.70 3/118 14093
/proc/meminfo: memFree=1870072/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 15 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=3180 CPUtime=0.32
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 541 0 0 0 32 0 0 0 18 0 1 0 45742751 3256320 477 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 795 477 79 151 0 641 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 19920

[startup+6.30148 s]
/proc/loadavg: 2.66 2.63 2.70 3/108 14133
/proc/meminfo: memFree=1872904/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=4560 CPUtime=3.5
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 912 0 0 0 350 0 0 0 25 0 1 0 45742751 4669440 848 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 1140 848 79 151 0 986 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 21300

[startup+12.7012 s]
/proc/loadavg: 2.61 2.62 2.69 3/108 14133
/proc/meminfo: memFree=1871824/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=5752 CPUtime=9.86
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 1188 0 0 0 986 0 0 0 25 0 1 0 45742751 5890048 1124 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 1438 1124 79 151 0 1284 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 22492

[startup+25.5015 s]
/proc/loadavg: 2.47 2.59 2.68 3/108 14133
/proc/meminfo: memFree=1870352/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=7312 CPUtime=22.59
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 1577 0 0 0 2258 1 0 0 25 0 1 0 45742751 7487488 1513 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 1828 1513 79 151 0 1674 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 24052

[startup+51.1012 s]
/proc/loadavg: 2.31 2.54 2.66 3/108 14133
/proc/meminfo: memFree=1869136/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=8516 CPUtime=48.04
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 1866 0 0 0 4803 1 0 0 25 0 1 0 45742751 8720384 1802 996147200 134512640 135134323 4294956192 18446744073709551615 134528273 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2129 1802 79 151 0 1975 0
Current children cumulated CPU time (s) 49.33
Current children cumulated vsize (KiB) 25256

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

[startup+63.9016 s]
/proc/loadavg: 2.24 2.52 2.65 3/108 14133
/proc/meminfo: memFree=1868816/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=8780 CPUtime=60.76
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 1947 0 0 0 6075 1 0 0 25 0 1 0 45742751 8990720 1883 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2195 1883 79 151 0 2041 0
Current children cumulated CPU time (s) 62.05
Current children cumulated vsize (KiB) 25520

[startup+76.7019 s]
/proc/loadavg: 2.20 2.50 2.64 3/108 14133
/proc/meminfo: memFree=1868240/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9292 CPUtime=73.49
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2091 0 0 0 7348 1 0 0 25 0 1 0 45742751 9515008 2027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2323 2027 79 151 0 2169 0
Current children cumulated CPU time (s) 74.78
Current children cumulated vsize (KiB) 26032

[startup+83.1016 s]
/proc/loadavg: 2.19 2.49 2.64 3/108 14133
/proc/meminfo: memFree=1868176/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9288 CPUtime=79.85
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2092 0 0 0 7984 1 0 0 25 0 1 0 45742751 9510912 2028 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2322 2028 79 151 0 2168 0
Current children cumulated CPU time (s) 81.14
Current children cumulated vsize (KiB) 26028

[startup+86.3029 s]
/proc/loadavg: 2.17 2.48 2.64 3/108 14133
/proc/meminfo: memFree=1868048/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9452 CPUtime=83.03
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2121 0 0 0 8302 1 0 0 25 0 1 0 45742751 9678848 2057 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2363 2057 79 151 0 2209 0
Current children cumulated CPU time (s) 84.32
Current children cumulated vsize (KiB) 26192

[startup+87.9011 s]
/proc/loadavg: 2.17 2.48 2.64 3/108 14133
/proc/meminfo: memFree=1868048/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9452 CPUtime=84.63
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2121 0 0 0 8462 1 0 0 25 0 1 0 45742751 9678848 2057 996147200 134512640 135134323 4294956192 18446744073709551615 134528295 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2363 2057 79 151 0 2209 0
Current children cumulated CPU time (s) 85.92
Current children cumulated vsize (KiB) 26192

[startup+88.7012 s]
/proc/loadavg: 2.17 2.48 2.64 3/108 14133
/proc/meminfo: memFree=1868048/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9452 CPUtime=85.42
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2121 0 0 0 8541 1 0 0 25 0 1 0 45742751 9678848 2057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2363 2057 79 151 0 2209 0
Current children cumulated CPU time (s) 86.71
Current children cumulated vsize (KiB) 26192

[startup+89.1072 s]
/proc/loadavg: 2.16 2.47 2.63 3/108 14133
/proc/meminfo: memFree=1868048/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9452 CPUtime=85.82
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2121 0 0 0 8581 1 0 0 25 0 1 0 45742751 9678848 2057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2363 2057 79 151 0 2209 0
Current children cumulated CPU time (s) 87.11
Current children cumulated vsize (KiB) 26192

[startup+89.2012 s]
/proc/loadavg: 2.16 2.47 2.63 3/108 14133
/proc/meminfo: memFree=1868048/2055924 swapFree=4192812/4192956
[pid=14050] ppid=14048 vsize=16740 CPUtime=1.29
/proc/14050/stat : 14050 (sugar++) S 14048 14050 13270 0 -1 4194304 1886 31662 4 8 6 2 102 19 16 0 1 0 45742569 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14050/statm: 4185 1115 414 3 0 764 0
[pid=14073] ppid=14050 vsize=9452 CPUtime=85.91
/proc/14073/stat : 14073 (minisat-inc) R 14050 14050 13270 0 -1 4194304 2121 0 0 0 8590 1 0 0 25 0 1 0 45742751 9678848 2057 996147200 134512640 135134323 4294956192 18446744073709551615 134528295 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 2363 2057 79 151 0 2209 0
Current children cumulated CPU time (s) 87.2
Current children cumulated vsize (KiB) 26192

Child status: 0
Real time (s): 89.2686
CPU time (s): 87.3037
CPU user time (s): 87.0638
CPU system time (s): 0.239963
CPU usage (%): 97.799
Max. virtual memory (cumulated for all children) (KiB): 220104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0638
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35750
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1906
involuntary context switches= 4344

runsolver used 0.116982 second user time and 0.38894 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-12 21:20:56
IDJOB=1113759
IDBENCH=61636
IDSOLVER=367
FILE ID=node83/1113759-1215890456
PBS_JOBID= 7903608
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-13.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-1113759-1215890456/watcher-1113759-1215890456 -o /tmp/evaluation-result-1113759-1215890456/solver-1113759-1215890456 -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-1113759-1215890456.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91e38f3bea94c28609ed6d1f4c23676f
RANDOM SEED=1370567646

node83.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1880128 kB
Buffers:          8032 kB
Cached:          49632 kB
SwapCached:          0 kB
Active:          98260 kB
Inactive:        21632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1880128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             996 kB
Writeback:           0 kB
Mapped:          83712 kB
Slab:            38124 kB
Committed_AS:   319132 kB
PageTables:       4104 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= 66496 MiB
End job on node83 at 2008-07-12 21:22:26