Trace number 1092342

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 10.7164 10.8

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-91-39-3-13_glb.xml
MD5SUMf0b8525de157abaf0371fb6f4e629882
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.212967
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of constraints2030
Maximum constraint arity91
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1911
Global constraints used (with number of constraints)weightedsum(119)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 15:31:41 2008
0.00/0.04	c 0	PID 17285
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1092342-1215264701.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092342-1215264701.xml' 'HOME/temp.csp'
0.03/0.58	c 0	1 domains, 2548 variables, 1 predicates, 0 relations, 2030 constraints
0.03/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.69	c 0	Parsing HOME/temp.csp
0.57/0.95	c 1	parsed 4580 expressions
0.57/0.96	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.96	c 1	Converting to clausal form CSP
0.57/0.98	c 1	converted 458 (10%) expressions
0.57/0.99	c 1	converted 916 (20%) expressions
0.57/1.00	c 1	converted 1374 (30%) expressions
0.95/1.01	c 1	converted 1832 (40%) expressions
0.95/1.01	c 1	converted 2290 (50%) expressions
1.14/1.23	c 1	converted 2748 (60%) expressions
1.24/1.40	c 1	converted 3206 (70%) expressions
1.44/1.56	c 1	converted 3664 (80%) expressions
1.54/1.67	c 1	converted 4122 (90%) expressions
2.05/2.14	c 2	converted 4580 (100%) expressions
2.05/2.14	c 2	CSP : 11354 integers, 3822 booleans, 29316 clauses, largest domain size 47
2.05/2.14	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.14	c 2	Propagation in CSP
2.15/2.29	c 2	2275 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.15/2.29	c 2	CSP : 11354 integers, 3822 booleans, 29316 clauses, largest domain size 47
2.15/2.29	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.24/2.32	c 2	CSP : 11354 integers, 3822 booleans, 29316 clauses, largest domain size 47
2.24/2.32	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.34/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.34/2.46	c 2	1136 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.34/2.47	c 2	2271 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.34/2.47	c 2	3407 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.34/2.47	c 2	4542 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.34/2.47	c 2	5677 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.34/2.48	c 2	6813 (60%) CSP integer variables are encoded (2002 clauses, 26090 bytes)
2.34/2.49	c 2	7948 (70%) CSP integer variables are encoded (7106 clauses, 100695 bytes)
2.34/2.49	c 2	9084 (80%) CSP integer variables are encoded (11825 clauses, 171480 bytes)
2.45/2.50	c 2	10219 (90%) CSP integer variables are encoded (16493 clauses, 241500 bytes)
2.45/2.51	c 2	11354 (100%) CSP integer variables are encoded (21245 clauses, 312780 bytes)
2.45/2.57	c 2	2932 (10%) CSP clauses are encoded (24177 clauses, 354940 bytes)
2.45/2.59	c 2	5864 (20%) CSP clauses are encoded (27109 clauses, 397426 bytes)
2.54/2.61	c 2	8795 (30%) CSP clauses are encoded (30040 clauses, 441388 bytes)
2.54/2.63	c 2	11727 (40%) CSP clauses are encoded (32972 clauses, 485369 bytes)
2.54/2.65	c 2	14658 (50%) CSP clauses are encoded (35903 clauses, 529338 bytes)
2.54/2.67	c 2	17590 (60%) CSP clauses are encoded (38835 clauses, 573314 bytes)
2.65/2.77	c 2	20522 (70%) CSP clauses are encoded (79241 clauses, 1283168 bytes)
2.84/2.91	c 3	23453 (80%) CSP clauses are encoded (151420 clauses, 2707407 bytes)
2.94/3.04	c 3	26385 (90%) CSP clauses are encoded (216756 clauses, 4002477 bytes)
3.04/3.17	c 3	29316 (100%) CSP clauses are encoded (282289 clauses, 5301477 bytes)
3.04/3.17	c 3	29316 CSP clauses encoded
3.04/3.17	c 3	Writing map file : HOME/temp.map
3.15/3.22	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.22	c 3	SAT : 36421 SAT variables, 282289 SAT clauses, 5301477 bytes
3.15/3.22	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.27	c 3	SOLVING HOME/temp.cnf
3.15/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.15/3.27	c 3	This is MiniSat 2.0 beta
3.15/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
3.15/3.27	c 3	============================[ Problem Statistics ]=============================
3.15/3.27	c 3	|                                                                             |
3.15/3.28	c 3	|  Number of variables:  36421                                                |
3.15/3.28	c 3	|  Number of clauses:    282289                                               |
3.18/3.42	c 3	|  Parsing time:         0.13         s                                       |
3.18/3.43	c 3	============================[ Search Statistics ]==============================
3.18/3.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.43	c 3	===============================================================================
3.18/3.43	c 3	|         0 |   36421   282289   766157 |    94096        0    nan |  0.000 % |
3.18/3.45	c 3	|       101 |   36421   282289   766157 |   103505      101     38 |  0.000 % |
3.18/3.51	c 3	|       251 |   36421   282289   766157 |   113856      251     29 |  0.000 % |
3.19/3.68	c 3	|       476 |   36421   282289   766157 |   125242      476     30 |  0.000 % |
3.19/3.76	c 3	|       814 |   36421   282289   766157 |   137766      814     28 |  0.000 % |
4.20/4.39	c 4	|      1320 |   36421   282289   766157 |   151543     1320     23 |  0.000 % |
4.59/4.78	c 4	|      2079 |   36421   282289   766157 |   166697     2079     24 |  0.000 % |
5.49/5.66	c 5	|      3218 |   36421   282289   766157 |   183367     3218     25 |  0.000 % |
5.79/5.93	c 6	|      4926 |   36421   282289   766157 |   201703     4926     26 |  0.000 % |
7.09/7.22	c 7	|      7489 |   36421   282289   766157 |   221874     7489     35 |  0.000 % |
8.39/8.53	c 8	|     11333 |   36421   282289   766157 |   244061    11333     35 |  0.000 % |
10.29/10.40	c 10	===============================================================================
10.29/10.41	c 10	restarts              : 11
10.29/10.41	c 10	conflicts             : 13914          (1961 /sec)
10.29/10.41	c 10	decisions             : 73220          (1.02 % random) (10320 /sec)
10.29/10.41	c 10	propagations          : 12123484       (1708755 /sec)
10.29/10.41	c 10	conflict literals     : 488714         (8.41 % deleted)
10.29/10.41	c 10	Memory used           : 18.35 MB
10.29/10.41	c 10	CPU time              : 7.09492 s
10.29/10.41	c 10	
10.29/10.42	c 10	SATISFIABLE
10.29/10.42	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.29/10.42	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.33/10.50	c 10	Decoding HOME/temp.out
10.33/10.69	s SATISFIABLE
10.33/10.78	v 0 1 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 1 1 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 0 0 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 1 1 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 0 1 0 1 1 0 1 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 1 0 1 1 1 1 0 0 0 0 1 1 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 1 1 1 0 0 0 1 0 1 0 1 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
10.33/10.78	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.33/10.79	c 11	CPU 10.45 (0.04 0.02 10.41 0.21)
10.33/10.79	c 11	END Sat Jul  5 15:31:52 2008

Verifier Data (download as text)

OK

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-1092342-1215264701/watcher-1092342-1215264701 -o /tmp/evaluation-result-1092342-1215264701/solver-1092342-1215264701 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1092342-1215264701.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.08 2.02 2.01 4/74 17285
/proc/meminfo: memFree=1726480/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=12272 CPUtime=0
/proc/17285/stat : 17285 (sugar) R 17283 17285 15804 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 691595508 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/17285/statm: 3068 327 246 3 0 168 0

[startup+0.019121 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 17285
/proc/meminfo: memFree=1726480/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=12676 CPUtime=0
/proc/17285/stat : 17285 (sugar) R 17283 17285 15804 0 -1 4194304 545 0 0 0 0 0 0 0 18 0 1 0 691595508 12980224 513 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/17285/statm: 3169 514 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.102138 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 17285
/proc/meminfo: memFree=1726480/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=0.03
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 691595508 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301158 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 17285
/proc/meminfo: memFree=1726480/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=0.03
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 691595508 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701212 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 17285
/proc/meminfo: memFree=1726480/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=0.57
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 973 6702 0 1 2 1 50 4 15 0 1 0 691595508 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 17307
/proc/meminfo: memFree=1716408/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=0.57
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 974 6702 0 1 2 1 50 4 15 0 1 0 691595508 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 797 370 3 0 500 0
[pid=17298] ppid=17285 vsize=5356 CPUtime=0
/proc/17298/stat : 17298 (sh) S 17285 17285 15804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 691595569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17298/statm: 1339 233 193 169 0 50 0
[pid=17299] ppid=17298 vsize=868368 CPUtime=0.87
/proc/17299/stat : 17299 (java) S 17298 17285 15804 0 -1 0 7845 0 1 0 83 4 0 0 20 0 9 0 691595569 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17299/statm: 217092 7039 2540 9 0 211667 0
[pid=17299/tid=17300] ppid=17298 vsize=868368 CPUtime=0.52
/proc/17299/task/17300/stat : 17300 (java) R 17298 17285 15804 0 -1 64 2689 0 1 0 51 1 0 0 25 0 9 0 691595570 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17301] ppid=17298 vsize=868368 CPUtime=0.12
/proc/17299/task/17301/stat : 17301 (java) R 17298 17285 15804 0 -1 64 2968 0 0 0 11 1 0 0 15 0 9 0 691595571 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 102496043 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17302] ppid=17298 vsize=868368 CPUtime=0
/proc/17299/task/17302/stat : 17302 (java) S 17298 17285 15804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 691595571 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17303] ppid=17298 vsize=868368 CPUtime=0
/proc/17299/task/17303/stat : 17303 (java) S 17298 17285 15804 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 691595571 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17304] ppid=17298 vsize=868368 CPUtime=0
/proc/17299/task/17304/stat : 17304 (java) S 17298 17285 15804 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 691595573 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17305] ppid=17298 vsize=868368 CPUtime=0.2
/proc/17299/task/17305/stat : 17305 (java) S 17298 17285 15804 0 -1 64 1495 0 0 0 20 0 0 0 16 0 9 0 691595573 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17306] ppid=17298 vsize=868368 CPUtime=0
/proc/17299/task/17306/stat : 17306 (java) S 17298 17285 15804 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 691595573 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17307] ppid=17298 vsize=868368 CPUtime=0
/proc/17299/task/17307/stat : 17307 (java) S 17298 17285 15804 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 691595573 889208832 7039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887324

[startup+3.10151 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17307
/proc/meminfo: memFree=1696440/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=0.58
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 974 6702 0 1 3 1 50 4 15 0 1 0 691595508 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 797 370 3 0 500 0
[pid=17298] ppid=17285 vsize=5356 CPUtime=0
/proc/17298/stat : 17298 (sh) S 17285 17285 15804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 691595569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17298/statm: 1339 233 193 169 0 50 0
[pid=17299] ppid=17298 vsize=868480 CPUtime=2.46
/proc/17299/stat : 17299 (java) S 17298 17285 15804 0 -1 0 11261 0 1 0 238 8 0 0 20 0 9 0 691595569 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17299/statm: 217120 10064 2565 9 0 211667 0
[pid=17299/tid=17300] ppid=17298 vsize=868480 CPUtime=1.64
/proc/17299/task/17300/stat : 17300 (java) R 17298 17285 15804 0 -1 64 3012 0 1 0 161 3 0 0 25 0 9 0 691595570 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17301] ppid=17298 vsize=868480 CPUtime=0.51
/proc/17299/task/17301/stat : 17301 (java) S 17298 17285 15804 0 -1 64 6010 0 0 0 48 3 0 0 16 0 9 0 691595571 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17302] ppid=17298 vsize=868480 CPUtime=0
/proc/17299/task/17302/stat : 17302 (java) S 17298 17285 15804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 691595571 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17303] ppid=17298 vsize=868480 CPUtime=0
/proc/17299/task/17303/stat : 17303 (java) S 17298 17285 15804 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 691595571 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17304] ppid=17298 vsize=868480 CPUtime=0
/proc/17299/task/17304/stat : 17304 (java) S 17298 17285 15804 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 691595573 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17305] ppid=17298 vsize=868480 CPUtime=0.29
/proc/17299/task/17305/stat : 17305 (java) S 17298 17285 15804 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 691595573 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17306] ppid=17298 vsize=868480 CPUtime=0
/proc/17299/task/17306/stat : 17306 (java) S 17298 17285 15804 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 691595573 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17299/tid=17307] ppid=17298 vsize=868480 CPUtime=0
/proc/17299/task/17307/stat : 17307 (java) S 17298 17285 15804 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 691595573 889323520 10064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887436

[startup+6.3019 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 17309
/proc/meminfo: memFree=1703224/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=3.19
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 1033 18296 0 2 4 1 300 14 15 0 1 0 691595508 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 799 370 3 0 500 0
[pid=17308] ppid=17285 vsize=5356 CPUtime=0
/proc/17308/stat : 17308 (sh) S 17285 17285 15804 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 691595835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17308/statm: 1339 232 193 169 0 50 0
[pid=17309] ppid=17308 vsize=16928 CPUtime=3
/proc/17309/stat : 17309 (minisat) R 17308 17285 15804 0 -1 4194304 4043 0 0 0 299 1 0 0 25 0 1 0 691595835 17334272 4029 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/17309/statm: 4232 4029 76 150 0 4079 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 35884

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

[startup+7.9011 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 17309
/proc/meminfo: memFree=1702200/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=3.19
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 1033 18296 0 2 4 1 300 14 16 0 1 0 691595508 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 799 370 3 0 500 0
[pid=17308] ppid=17285 vsize=5356 CPUtime=0
/proc/17308/stat : 17308 (sh) S 17285 17285 15804 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 691595835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17308/statm: 1339 232 193 169 0 50 0
[pid=17309] ppid=17308 vsize=17864 CPUtime=4.6
/proc/17309/stat : 17309 (minisat) R 17308 17285 15804 0 -1 4194304 4259 0 0 0 458 2 0 0 25 0 1 0 691595835 18292736 4245 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17309/statm: 4466 4245 76 150 0 4313 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 36820

[startup+9.5023 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 17309
/proc/meminfo: memFree=1701568/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=3.19
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 1033 18296 0 2 4 1 300 14 16 0 1 0 691595508 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 799 370 3 0 500 0
[pid=17308] ppid=17285 vsize=5356 CPUtime=0
/proc/17308/stat : 17308 (sh) S 17285 17285 15804 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 691595835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17308/statm: 1339 232 193 169 0 50 0
[pid=17309] ppid=17308 vsize=18524 CPUtime=6.2
/proc/17309/stat : 17309 (minisat) R 17308 17285 15804 0 -1 4194304 4419 0 0 0 618 2 0 0 25 0 1 0 691595835 18968576 4405 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17309/statm: 4631 4405 76 150 0 4478 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 37480

[startup+10.3024 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 17309
/proc/meminfo: memFree=1701376/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=3.19
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 1033 18296 0 2 4 1 300 14 16 0 1 0 691595508 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17285/statm: 3400 799 370 3 0 500 0
[pid=17308] ppid=17285 vsize=5356 CPUtime=0
/proc/17308/stat : 17308 (sh) S 17285 17285 15804 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 691595835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17308/statm: 1339 232 193 169 0 50 0
[pid=17309] ppid=17308 vsize=18656 CPUtime=7
/proc/17309/stat : 17309 (minisat) R 17308 17285 15804 0 -1 4194304 4476 0 0 0 698 2 0 0 25 0 1 0 691595835 19103744 4462 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17309/statm: 4664 4462 76 150 0 4511 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 37612

[startup+10.7014 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 17309
/proc/meminfo: memFree=1701376/2055920 swapFree=4147452/4192956
[pid=17285] ppid=17283 vsize=13600 CPUtime=10.33
/proc/17285/stat : 17285 (sugar) S 17283 17285 15804 0 -1 4194304 1090 23100 0 2 4 1 1011 17 15 0 1 0 691595508 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17285/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 10.8
CPU time (s): 10.7164
CPU user time (s): 10.4654
CPU system time (s): 0.250961
CPU usage (%): 99.2258
Max. virtual memory (cumulated for all children) (KiB): 887828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4654
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28286
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6860
involuntary context switches= 6745

runsolver used 0.015997 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 15:31:41
IDJOB=1092342
IDBENCH=58611
IDSOLVER=346
FILE ID=node80/1092342-1215264701
PBS_JOBID= 7882095
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-91-39-3-13_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092342-1215264701/watcher-1092342-1215264701 -o /tmp/evaluation-result-1092342-1215264701/solver-1092342-1215264701 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1092342-1215264701.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0b8525de157abaf0371fb6f4e629882
RANDOM SEED=954966837

node80.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.232
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.232
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:      2055920 kB
MemFree:       1726960 kB
Buffers:         23124 kB
Cached:         190100 kB
SwapCached:      39736 kB
Active:         208688 kB
Inactive:        74200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726960 kB
SwapTotal:     4192956 kB
SwapFree:      4147452 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          75932 kB
Slab:            31396 kB
Committed_AS:  1181892 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= 66556 MiB
End job on node80 at 2008-07-05 15:31:52