Trace number 1092230

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.6344 10.8352

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-84-36-3-12_glb.xml
MD5SUMda8050cdd718894ba239316b4d1b2509
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.226965
Satisfiable
(Un)Satisfiability was proved
Number of variables2352
Number of constraints1876
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1764
Global constraints used (with number of constraints)weightedsum(112)

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:27:51 2008
0.00/0.04	c 0	PID 32635
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092230-1215264471.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092230-1215264471.xml' 'HOME/temp.csp'
0.03/0.81	c 0	1 domains, 2352 variables, 1 predicates, 0 relations, 1876 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	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.77/0.91	c 1	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 4230 expressions
1.01/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.18	c 1	Converting to clausal form CSP
1.11/1.21	c 1	converted 423 (10%) expressions
1.11/1.21	c 1	converted 846 (20%) expressions
1.11/1.22	c 1	converted 1269 (30%) expressions
1.11/1.23	c 1	converted 1692 (40%) expressions
1.11/1.23	c 1	converted 2115 (50%) expressions
1.32/1.46	c 1	converted 2538 (60%) expressions
1.51/1.64	c 1	converted 2961 (70%) expressions
1.61/1.76	c 1	converted 3384 (80%) expressions
1.80/1.92	c 2	converted 3807 (90%) expressions
2.20/2.40	c 2	converted 4230 (100%) expressions
2.30/2.40	c 2	CSP : 10472 integers, 3528 booleans, 27048 clauses, largest domain size 43
2.30/2.40	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.40	c 2	Propagation in CSP
2.40/2.55	c 2	2100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.56	c 2	CSP : 10472 integers, 3528 booleans, 27048 clauses, largest domain size 43
2.40/2.56	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.57	c 2	Simplifing CSP by introducing new Boolean variables
2.40/2.59	c 2	CSP : 10472 integers, 3528 booleans, 27048 clauses, largest domain size 43
2.40/2.59	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.72	c 2	1048 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.73	c 2	2095 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.73	c 2	3142 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.73	c 2	4189 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.74	c 2	5236 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.74	c 2	6284 (60%) CSP integer variables are encoded (1783 clauses, 23243 bytes)
2.59/2.75	c 2	7331 (70%) CSP integer variables are encoded (6379 clauses, 89007 bytes)
2.59/2.76	c 2	8378 (80%) CSP integer variables are encoded (10598 clauses, 152292 bytes)
2.59/2.76	c 2	9425 (90%) CSP integer variables are encoded (14784 clauses, 215082 bytes)
2.59/2.77	c 2	10472 (100%) CSP integer variables are encoded (19068 clauses, 279342 bytes)
2.69/2.84	c 3	2705 (10%) CSP clauses are encoded (21773 clauses, 318107 bytes)
2.69/2.86	c 3	5410 (20%) CSP clauses are encoded (24478 clauses, 357230 bytes)
2.69/2.88	c 3	8115 (30%) CSP clauses are encoded (27183 clauses, 397652 bytes)
2.79/2.90	c 3	10820 (40%) CSP clauses are encoded (29888 clauses, 438228 bytes)
2.79/2.92	c 3	13524 (50%) CSP clauses are encoded (32592 clauses, 478790 bytes)
2.79/2.94	c 3	16229 (60%) CSP clauses are encoded (35297 clauses, 519365 bytes)
2.89/3.04	c 3	18934 (70%) CSP clauses are encoded (70386 clauses, 1134434 bytes)
2.98/3.18	c 3	21639 (80%) CSP clauses are encoded (132447 clauses, 2331599 bytes)
3.19/3.31	c 3	24344 (90%) CSP clauses are encoded (189066 clauses, 3449372 bytes)
3.27/3.44	c 3	27048 (100%) CSP clauses are encoded (245644 clauses, 4566486 bytes)
3.27/3.44	c 3	27048 CSP clauses encoded
3.27/3.44	c 3	Writing map file : HOME/temp.map
3.27/3.49	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.49	c 3	SAT : 33068 SAT variables, 245644 SAT clauses, 4566486 bytes
3.27/3.49	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.51	c 3	SOLVING HOME/temp.cnf
3.37/3.51	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.37/3.51	c 3	This is MiniSat 2.0 beta
3.37/3.51	c 3	WARNING: for repeatability, setting FPU to use double precision
3.37/3.51	c 3	============================[ Problem Statistics ]=============================
3.37/3.51	c 3	|                                                                             |
3.37/3.52	c 3	|  Number of variables:  33068                                                |
3.37/3.52	c 3	|  Number of clauses:    245644                                               |
3.39/3.65	c 3	|  Parsing time:         0.12         s                                       |
3.39/3.66	c 3	============================[ Search Statistics ]==============================
3.39/3.66	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.39/3.66	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.39/3.66	c 3	===============================================================================
3.39/3.66	c 3	|         0 |   33068   245644   664076 |    81881        0    nan |  0.000 % |
3.39/3.67	c 3	|       101 |   33068   245644   664076 |    90069      101     34 |  0.000 % |
3.39/3.71	c 3	|       251 |   33068   245644   664076 |    99076      251     26 |  0.000 % |
3.39/3.86	c 4	|       478 |   33068   245644   664076 |   108984      478     26 |  0.000 % |
3.39/4.09	c 4	|       815 |   33068   245644   664076 |   119882      815     32 |  0.000 % |
3.39/4.25	c 4	|      1324 |   33068   245644   664076 |   131870     1324     33 |  0.000 % |
4.26/4.43	c 4	|      2083 |   33068   245644   664076 |   145057     2083     36 |  0.000 % |
4.56/4.72	c 4	|      3223 |   33068   245644   664076 |   159563     3223     41 |  0.000 % |
4.86/5.01	c 5	|      4931 |   33068   245644   664076 |   175519     4931     45 |  0.000 % |
5.75/5.98	c 6	|      7494 |   33068   245644   664076 |   193071     7494     65 |  0.000 % |
6.35/6.56	c 6	|     11338 |   33068   245644   664076 |   212379    11338     50 |  0.000 % |
7.24/7.49	c 7	|     17105 |   33068   245644   664076 |   233617    17105     41 |  0.000 % |
10.10/10.38	c 10	===============================================================================
10.10/10.39	c 10	restarts              : 12
10.10/10.39	c 10	conflicts             : 24232          (3574 /sec)
10.10/10.39	c 10	decisions             : 47521          (1.17 % random) (7009 /sec)
10.10/10.39	c 10	propagations          : 11340324       (1672622 /sec)
10.10/10.39	c 10	conflict literals     : 1188644        (8.94 % deleted)
10.10/10.39	c 10	Memory used           : 20.16 MB
10.10/10.39	c 10	CPU time              : 6.77997 s
10.10/10.39	c 10	
10.20/10.40	c 10	SATISFIABLE
10.20/10.41	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.20/10.41	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.20/10.49	c 10	Decoding HOME/temp.out
10.24/10.69	s SATISFIABLE
10.25/10.78	v 1 0 0 0 0 1 0 0 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 1 1 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 1 1 0 1 1 0 0 1 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 1 0 1 1 1 0 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 1 1 0 1 0 0 0 0 1 1 1 1 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 0 1 1 0 0 0 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 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 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 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 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 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 0 0 1 0 1 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 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 0 0 0 0 0 0 0 1 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 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 0 1 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 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 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 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 1 0 0 0 0 0 0 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 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 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 1 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 1 1 0 0 0 1 1 0 0 0 0 0 1 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 0 0 0 1 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 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 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 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 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 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 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 1 1 1 1 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 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 1 0 1 0 0 1 0 0 1 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
10.25/10.78	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.26/10.83	c 11	CPU 10.35 (0.04 0.02 10.31 0.23)
10.26/10.83	c 11	END Sat Jul  5 15:28:02 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-1092230-1215264471/watcher-1092230-1215264471 -o /tmp/evaluation-result-1092230-1215264471/solver-1092230-1215264471 -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-1092230-1215264471.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.00 2.00 2.00 4/73 32635
/proc/meminfo: memFree=1749232/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=18572 CPUtime=0
/proc/32635/stat : 32635 (runsolver) R 32633 32635 31496 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005419338 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32635/statm: 4643 292 257 25 0 2626 0

[startup+0.091241 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 32635
/proc/meminfo: memFree=1749232/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.03
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005419338 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101136 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 32635
/proc/meminfo: memFree=1749232/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.03
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005419338 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301162 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 32635
/proc/meminfo: memFree=1749232/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.03
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005419338 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701266 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 32635
/proc/meminfo: memFree=1749232/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.03
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005419338 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32657
/proc/meminfo: memFree=1741464/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.77
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 974 5437 0 1 3 0 70 4 15 0 1 0 2005419338 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 797 370 3 0 500 0
[pid=32648] ppid=32635 vsize=5356 CPUtime=0
/proc/32648/stat : 32648 (sh) S 32635 32635 31496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005419421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32648/statm: 1339 233 193 169 0 50 0
[pid=32649] ppid=32648 vsize=868272 CPUtime=0.65
/proc/32649/stat : 32649 (java) S 32648 32635 31496 0 -1 0 5676 0 1 0 62 3 0 0 18 0 9 0 2005419422 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32649/statm: 217068 5090 1732 9 0 211643 0
[pid=32649/tid=32650] ppid=32648 vsize=868272 CPUtime=0.38
/proc/32649/task/32650/stat : 32650 (java) R 32648 32635 31496 0 -1 64 2662 0 1 0 37 1 0 0 19 0 9 0 2005419423 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4126835346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32651] ppid=32648 vsize=868272 CPUtime=0.05
/proc/32649/task/32651/stat : 32651 (java) S 32648 32635 31496 0 -1 64 858 0 0 0 5 0 0 0 16 0 9 0 2005419424 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32652] ppid=32648 vsize=868272 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32648 32635 31496 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005419424 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32653] ppid=32648 vsize=868272 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32648 32635 31496 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005419424 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32654] ppid=32648 vsize=868272 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32648 32635 31496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005419426 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32655] ppid=32648 vsize=868272 CPUtime=0.2
/proc/32649/task/32655/stat : 32655 (java) S 32648 32635 31496 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 2005419426 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32656] ppid=32648 vsize=868272 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32648 32635 31496 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005419426 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32657] ppid=32648 vsize=868272 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32648 32635 31496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005419426 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10258 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 32657
/proc/meminfo: memFree=1723736/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=0.77
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 974 5437 0 1 3 0 70 4 15 0 1 0 2005419338 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 797 370 3 0 500 0
[pid=32648] ppid=32635 vsize=5356 CPUtime=0
/proc/32648/stat : 32648 (sh) S 32635 32635 31496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005419421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32648/statm: 1339 233 193 169 0 50 0
[pid=32649] ppid=32648 vsize=868500 CPUtime=2.21
/proc/32649/stat : 32649 (java) S 32648 32635 31496 0 -1 0 10841 0 1 0 213 8 0 0 18 0 9 0 2005419422 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32649/statm: 217125 9715 2565 9 0 211672 0
[pid=32649/tid=32650] ppid=32648 vsize=868500 CPUtime=1.37
/proc/32649/task/32650/stat : 32650 (java) R 32648 32635 31496 0 -1 64 2950 0 1 0 135 2 0 0 20 0 9 0 2005419423 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4127109044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32651] ppid=32648 vsize=868500 CPUtime=0.51
/proc/32649/task/32651/stat : 32651 (java) S 32648 32635 31496 0 -1 64 5671 0 0 0 48 3 0 0 16 0 9 0 2005419424 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32652] ppid=32648 vsize=868500 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32648 32635 31496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005419424 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32653] ppid=32648 vsize=868500 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32648 32635 31496 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005419424 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32654] ppid=32648 vsize=868500 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32648 32635 31496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005419426 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32655] ppid=32648 vsize=868500 CPUtime=0.3
/proc/32649/task/32655/stat : 32655 (java) S 32648 32635 31496 0 -1 64 1527 0 0 0 29 1 0 0 16 0 9 0 2005419426 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32656] ppid=32648 vsize=868500 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32648 32635 31496 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005419426 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32649/tid=32657] ppid=32648 vsize=868500 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32648 32635 31496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005419426 889344000 9715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887456

[startup+6.30105 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 32659
/proc/meminfo: memFree=1726936/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=3.4
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1033 16652 0 2 4 0 320 16 16 0 1 0 2005419338 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 799 370 3 0 500 0
[pid=32658] ppid=32635 vsize=5356 CPUtime=0
/proc/32658/stat : 32658 (sh) S 32635 32635 31496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005419689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32658/statm: 1339 232 193 169 0 50 0
[pid=32659] ppid=32658 vsize=17388 CPUtime=2.75
/proc/32659/stat : 32659 (minisat) R 32658 32635 31496 0 -1 4194304 4056 0 0 0 273 2 0 0 25 0 1 0 2005419690 17805312 4042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 4347 4042 76 150 0 4194 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 36344

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

[startup+7.90229 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 32659
/proc/meminfo: memFree=1724888/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=3.4
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1033 16652 0 2 4 0 320 16 16 0 1 0 2005419338 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 799 370 3 0 500 0
[pid=32658] ppid=32635 vsize=5356 CPUtime=0
/proc/32658/stat : 32658 (sh) S 32635 32635 31496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005419689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32658/statm: 1339 232 193 169 0 50 0
[pid=32659] ppid=32658 vsize=18504 CPUtime=4.33
/proc/32659/stat : 32659 (minisat) R 32658 32635 31496 0 -1 4194304 4342 0 0 0 431 2 0 0 25 0 1 0 2005419690 18948096 4328 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 4626 4328 76 150 0 4473 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 37460

[startup+9.50152 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 32659
/proc/meminfo: memFree=1723992/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=3.4
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1033 16652 0 2 4 0 320 16 16 0 1 0 2005419338 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 799 370 3 0 500 0
[pid=32658] ppid=32635 vsize=5356 CPUtime=0
/proc/32658/stat : 32658 (sh) S 32635 32635 31496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005419689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32658/statm: 1339 232 193 169 0 50 0
[pid=32659] ppid=32658 vsize=19976 CPUtime=5.91
/proc/32659/stat : 32659 (minisat) R 32658 32635 31496 0 -1 4194304 4703 0 0 0 589 2 0 0 25 0 1 0 2005419690 20455424 4689 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 4994 4689 76 150 0 4841 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 38932

[startup+10.3016 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 32659
/proc/meminfo: memFree=1723096/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=3.4
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1033 16652 0 2 4 0 320 16 16 0 1 0 2005419338 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 799 370 3 0 500 0
[pid=32658] ppid=32635 vsize=5356 CPUtime=0
/proc/32658/stat : 32658 (sh) S 32635 32635 31496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005419689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32658/statm: 1339 232 193 169 0 50 0
[pid=32659] ppid=32658 vsize=20508 CPUtime=6.7
/proc/32659/stat : 32659 (minisat) R 32658 32635 31496 0 -1 4194304 4863 0 0 0 668 2 0 0 25 0 1 0 2005419690 21000192 4849 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 5127 4849 76 150 0 4974 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 39464

[startup+10.7017 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 32659
/proc/meminfo: memFree=1723096/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=10.25
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1090 21839 0 2 4 1 1000 20 15 0 1 0 2005419338 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 10.25
Current children cumulated vsize (KiB) 13600

[startup+10.8017 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 32659
/proc/meminfo: memFree=1723096/2055920 swapFree=4180424/4192956
[pid=32635] ppid=32633 vsize=13600 CPUtime=10.26
/proc/32635/stat : 32635 (sugar) S 32633 32635 31496 0 -1 4194304 1092 21839 0 2 4 2 1000 20 15 0 1 0 2005419338 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32635/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 10.8352
CPU time (s): 10.6344
CPU user time (s): 10.3664
CPU system time (s): 0.267959
CPU usage (%): 98.1469
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3664
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27006
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= 6520
involuntary context switches= 6561

runsolver used 0.022996 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 15:27:51
IDJOB=1092230
IDBENCH=58604
IDSOLVER=346
FILE ID=node52/1092230-1215264471
PBS_JOBID= 7882053
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-84-36-3-12_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-1092230-1215264471/watcher-1092230-1215264471 -o /tmp/evaluation-result-1092230-1215264471/solver-1092230-1215264471 -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-1092230-1215264471.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da8050cdd718894ba239316b4d1b2509
RANDOM SEED=220716663

node52.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.265
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.265
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:       1749712 kB
Buffers:         29136 kB
Cached:         193620 kB
SwapCached:       6268 kB
Active:         117136 kB
Inactive:       135004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749712 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          36260 kB
Slab:            39500 kB
Committed_AS:  4025760 kB
PageTables:       1888 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= 66548 MiB
End job on node52 at 2008-07-05 15:28:02