Trace number 1108964

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+minisatOPTIMUM6 39.571 42.7992

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-6_all.xml
MD5SUM168090628b4a5735f9f385573803edfe
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark22.0666
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints24
Maximum constraint arity6
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(24)

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.02/1.03	c 0	Sugar v1-13 + HOME/minisat
0.02/1.06	c 0	BEGIN Fri Jul 11 19:44:43 2008
0.02/1.06	c 0	PID 14748
0.04/1.10	c 0	HOST node48.alineos.net
0.04/1.10	c 0	CONVERTING HOME/instance-1108964-1215798281.xml TO HOME/temp.csp
0.04/1.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108964-1215798281.xml' 'HOME/temp.csp'
0.16/3.29	c 2	1 domains, 36 variables, 0 predicates, 0 relations, 24 constraints
0.23/3.33	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.23/3.33	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.24/3.41	c 2	Parsing HOME/temp.csp
0.24/3.44	c 3	parsed 61 expressions
0.24/3.45	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/3.45	c 3	MAX CSP: 24 constraints
0.24/3.45	c 3	Converting to clausal form CSP
0.24/3.48	c 3	converted 9 (10%) expressions
0.24/3.48	c 3	converted 18 (20%) expressions
0.24/3.48	c 3	converted 27 (30%) expressions
0.24/3.48	c 3	converted 36 (40%) expressions
0.24/3.51	c 3	converted 44 (50%) expressions
0.24/3.53	c 3	converted 53 (60%) expressions
0.24/3.54	c 3	converted 62 (70%) expressions
0.24/3.56	c 3	converted 71 (80%) expressions
0.24/3.57	c 3	converted 80 (90%) expressions
0.24/3.58	c 3	converted 88 (100%) expressions
0.24/3.58	c 3	CSP : 84 integers, 24 booleans, 479 clauses, largest domain size 37
0.24/3.58	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/3.58	c 3	Propagation in CSP
0.24/3.61	c 3	22 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/3.61	c 3	CSP : 84 integers, 24 booleans, 479 clauses, largest domain size 25
0.24/3.61	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/3.61	c 3	Simplifing CSP by introducing new Boolean variables
0.24/3.62	c 3	CSP : 84 integers, 744 booleans, 1199 clauses, largest domain size 25
0.24/3.62	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/3.65	c 3	Encoding CSP to SAT : HOME/temp.cnf
0.24/3.66	c 3	9 (10%) CSP integer variables are encoded (36 clauses, 373 bytes)
0.24/3.66	c 3	17 (20%) CSP integer variables are encoded (68 clauses, 661 bytes)
0.24/3.66	c 3	26 (30%) CSP integer variables are encoded (104 clauses, 1034 bytes)
0.24/3.66	c 3	34 (40%) CSP integer variables are encoded (136 clauses, 1386 bytes)
0.24/3.66	c 3	42 (50%) CSP integer variables are encoded (144 clauses, 1474 bytes)
0.24/3.66	c 3	51 (60%) CSP integer variables are encoded (144 clauses, 1474 bytes)
0.24/3.66	c 3	59 (70%) CSP integer variables are encoded (144 clauses, 1474 bytes)
0.24/3.66	c 3	68 (80%) CSP integer variables are encoded (241 clauses, 2541 bytes)
0.24/3.66	c 3	76 (90%) CSP integer variables are encoded (278 clauses, 2948 bytes)
0.24/3.66	c 3	84 (100%) CSP integer variables are encoded (307 clauses, 3267 bytes)
0.24/3.67	c 3	120 (10%) CSP clauses are encoded (807 clauses, 9778 bytes)
0.24/3.68	c 3	240 (20%) CSP clauses are encoded (1297 clauses, 16559 bytes)
0.24/3.68	c 3	360 (30%) CSP clauses are encoded (1797 clauses, 23350 bytes)
0.24/3.69	c 3	480 (40%) CSP clauses are encoded (2287 clauses, 30226 bytes)
0.24/3.69	c 3	600 (50%) CSP clauses are encoded (2787 clauses, 37098 bytes)
0.24/3.70	c 3	720 (60%) CSP clauses are encoded (3277 clauses, 43871 bytes)
0.24/3.70	c 3	840 (70%) CSP clauses are encoded (3777 clauses, 50744 bytes)
0.24/3.71	c 3	960 (80%) CSP clauses are encoded (4267 clauses, 57576 bytes)
0.24/3.71	c 3	1080 (90%) CSP clauses are encoded (4767 clauses, 65037 bytes)
0.24/3.71	c 3	1199 (100%) CSP clauses are encoded (6105 clauses, 84288 bytes)
0.24/3.71	c 3	1199 CSP clauses encoded
0.24/3.71	c 3	Writing map file : HOME/temp.map
0.24/3.72	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/3.72	c 3	SAT : 1135 SAT variables, 6105 SAT clauses, 84288 bytes
0.24/3.72	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/3.75	c 3	OBJECTIVE minimize _COST
0.24/3.75	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
0.24/3.75	c 3	SEARCHING: _COST <= 12
0.24/3.75	c 3	SOLVING HOME/temp.cnf
0.24/3.75	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.24/3.75	c 3	This is MiniSat 2.0 beta
0.24/3.75	c 3	WARNING: for repeatability, setting FPU to use double precision
0.24/3.75	c 3	============================[ Problem Statistics ]=============================
0.24/3.75	c 3	|                                                                             |
0.24/3.75	c 3	|  Number of variables:  1135                                                 |
0.24/3.75	c 3	|  Number of clauses:    6106                                                 |
0.24/3.75	c 3	|  Parsing time:         0.00         s                                       |
0.24/3.75	c 3	============================[ Search Statistics ]==============================
0.24/3.75	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.24/3.75	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.24/3.75	c 3	===============================================================================
0.24/3.75	c 3	|         0 |    1075     5680    15279 |     1893        0    nan |  0.000 % |
0.24/3.76	c 3	===============================================================================
0.24/3.76	c 3	restarts              : 1
0.24/3.76	c 3	conflicts             : 23             (5751 /sec)
0.24/3.76	c 3	decisions             : 423            (1.18 % random) (105776 /sec)
0.24/3.76	c 3	propagations          : 4301           (1075519 /sec)
0.24/3.76	c 3	conflict literals     : 392            (6.22 % deleted)
0.24/3.76	c 3	Memory used           : 2.03 MB
0.24/3.76	c 3	CPU time              : 0.003999 s
0.24/3.76	c 3	
0.24/3.76	c 3	SATISFIABLE
0.24/3.76	c 3	FOUND: _COST <= 12
0.24/3.76	s SATISFIABLE
0.24/3.76	c 3	DECODING HOME/temp.out WITH HOME/temp.map
0.24/3.76	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.73/3.84	c 3	Decoding HOME/temp.out
0.73/3.87	c 3	OBJECTIVE _COST 12
0.73/3.87	o 12
0.73/3.87	v 2 1 3 0 4 5 3 4 4 1 5 4 0 5 5 2 5 5 1 2 0 3 0 2 4 3 1 4 1 3 5 0 2 5 2 0
0.73/3.87	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.73/3.92	c 3	OBJECTIVE BOUND: 0 <= _COST <= 12
0.73/3.92	c 3	SEARCHING: _COST <= 6
0.73/3.92	c 3	SOLVING HOME/temp.cnf
0.73/3.92	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.73/3.93	c 3	This is MiniSat 2.0 beta
0.73/3.93	c 3	WARNING: for repeatability, setting FPU to use double precision
0.73/3.93	c 3	============================[ Problem Statistics ]=============================
0.73/3.93	c 3	|                                                                             |
0.73/3.93	c 3	|  Number of variables:  1135                                                 |
0.73/3.93	c 3	|  Number of clauses:    6106                                                 |
0.73/3.93	c 3	|  Parsing time:         0.00         s                                       |
0.73/3.93	c 3	============================[ Search Statistics ]==============================
0.73/3.93	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.73/3.93	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.73/3.93	c 3	===============================================================================
0.73/3.93	c 3	|         0 |    1039     5419    14598 |     1806        0    nan |  0.000 % |
0.73/3.94	c 3	|       101 |    1039     5419    14598 |     1986      101     18 |  8.458 % |
0.73/3.94	c 3	|       251 |    1039     5419    14598 |     2185      251     15 |  8.459 % |
0.73/3.95	c 3	|       477 |    1039     5419    14598 |     2404      477     14 |  8.459 % |
0.73/3.96	c 3	|       815 |    1039     5419    14598 |     2644      815     15 |  8.459 % |
0.73/3.99	c 3	|      1322 |    1039     5419    14598 |     2909     1322     17 |  8.459 % |
0.85/4.03	c 3	|      2083 |    1039     5419    14598 |     3200     2083     18 |  8.460 % |
0.85/4.09	c 3	|      3223 |    1039     5419    14598 |     3520     3223     17 |  8.459 % |
0.85/4.20	c 3	|      4932 |    1039     5419    14598 |     3872     3057     17 |  8.459 % |
1.22/4.38	c 3	|      7497 |    1039     5419    14598 |     4259     3563     19 |  8.459 % |
1.51/4.63	c 4	|     11342 |    1039     5419    14598 |     4685     2876     19 |  8.460 % |
1.91/5.03	c 4	|     17109 |    1039     5419    14598 |     5153     3578     21 |  8.460 % |
2.51/5.64	c 5	|     25759 |    1039     5419    14598 |     5669     4010     20 |  8.460 % |
3.61/6.77	c 6	|     38733 |    1039     5419    14598 |     6235     5164     17 |  8.459 % |
5.31/8.44	c 8	|     58194 |    1036     5386    14511 |     6859     4972     18 |  8.723 % |
7.81/11.00	c 10	|     87386 |    1036     5386    14511 |     7545     5858     18 |  8.723 % |
11.89/15.05	c 14	|    131175 |    1036     5386    14511 |     8300     6890     19 |  8.723 % |
17.97/21.15	c 20	|    196862 |    1036     5386    14511 |     9130     4373     19 |  8.724 % |
26.93/30.16	c 29	|    295388 |    1036     5386    14511 |    10043     9027     20 |  8.723 % |
27.63/30.86	c 30	===============================================================================
27.63/30.86	c 30	restarts              : 19
27.63/30.86	c 30	conflicts             : 302677         (11286 /sec)
27.63/30.86	c 30	decisions             : 369935         (1.50 % random) (13794 /sec)
27.63/30.86	c 30	propagations          : 32484606       (1211257 /sec)
27.63/30.86	c 30	conflict literals     : 6175914        (16.05 % deleted)
27.63/30.86	c 30	Memory used           : 4.11 MB
27.63/30.86	c 30	CPU time              : 26.8189 s
27.63/30.86	c 30	
27.63/30.86	c 30	SATISFIABLE
27.63/30.86	c 30	FOUND: _COST <= 6
27.63/30.86	c 30	DECODING HOME/temp.out WITH HOME/temp.map
27.63/30.86	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.70/30.94	c 30	Decoding HOME/temp.out
27.70/30.96	c 30	OBJECTIVE _COST 6
27.70/30.96	o 6
27.70/30.97	v 1 2 3 2 1 2 5 5 5 5 5 5 2 1 2 1 2 3 4 3 4 3 4 1 0 0 0 0 0 0 3 4 1 4 3 4
27.70/30.97	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.70/31.02	c 30	OBJECTIVE BOUND: 0 <= _COST <= 6
27.70/31.02	c 30	SEARCHING: _COST <= 3
27.70/31.02	c 30	SOLVING HOME/temp.cnf
27.70/31.02	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.70/31.03	c 30	This is MiniSat 2.0 beta
27.70/31.03	c 30	WARNING: for repeatability, setting FPU to use double precision
27.70/31.03	c 30	============================[ Problem Statistics ]=============================
27.70/31.03	c 30	|                                                                             |
27.70/31.03	c 30	|  Number of variables:  1135                                                 |
27.70/31.03	c 30	|  Number of clauses:    6106                                                 |
27.70/31.03	c 30	|  Parsing time:         0.00         s                                       |
27.70/31.03	c 30	============================[ Search Statistics ]==============================
27.70/31.03	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.70/31.03	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.70/31.03	c 30	===============================================================================
27.70/31.03	c 30	|         0 |    1012     5212    14055 |     1737        0    nan |  0.000 % |
27.70/31.04	c 30	|       101 |    1012     5212    14055 |     1911      101     13 | 10.837 % |
27.70/31.04	c 30	|       252 |    1012     5212    14055 |     2102      252     13 | 10.839 % |
27.70/31.05	c 30	|       477 |    1012     5212    14055 |     2312      477     15 | 10.839 % |
27.70/31.07	c 30	|       815 |    1012     5212    14055 |     2543      815     15 | 10.839 % |
27.70/31.09	c 30	|      1321 |    1012     5212    14055 |     2797     1321     14 | 10.842 % |
27.84/31.13	c 30	|      2080 |    1011     5191    14013 |     3077     2048     15 | 10.928 % |
27.84/31.20	c 30	|      3220 |    1010     5170    13971 |     3385     3117     15 | 11.192 % |
27.84/31.27	c 30	===============================================================================
27.84/31.27	c 30	restarts              : 8
27.84/31.27	c 30	conflicts             : 4269           (17427 /sec)
27.84/31.27	c 30	decisions             : 4715           (1.68 % random) (19248 /sec)
27.84/31.27	c 30	propagations          : 464314         (1895453 /sec)
27.84/31.27	c 30	conflict literals     : 59751          (17.49 % deleted)
27.84/31.27	c 30	Memory used           : 2.41 MB
27.84/31.27	c 30	CPU time              : 0.244962 s
27.84/31.27	c 30	
27.84/31.27	c 30	UNSATISFIABLE
27.84/31.28	c 30	NOT FOUND: _COST <= 3
27.84/31.28	c 30	OBJECTIVE BOUND: 4 <= _COST <= 6
27.84/31.28	c 30	SEARCHING: _COST <= 5
27.84/31.28	c 30	SOLVING HOME/temp.cnf
27.84/31.28	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.84/31.28	c 30	This is MiniSat 2.0 beta
27.84/31.28	c 30	WARNING: for repeatability, setting FPU to use double precision
27.84/31.28	c 30	============================[ Problem Statistics ]=============================
27.84/31.28	c 30	|                                                                             |
27.84/31.28	c 30	|  Number of variables:  1135                                                 |
27.84/31.28	c 30	|  Number of clauses:    6106                                                 |
27.84/31.28	c 30	|  Parsing time:         0.00         s                                       |
27.84/31.28	c 30	============================[ Search Statistics ]==============================
27.84/31.28	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.84/31.28	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.84/31.28	c 30	===============================================================================
27.84/31.28	c 30	|         0 |    1030     5347    14408 |     1782        0    nan |  0.000 % |
27.84/31.29	c 30	|       101 |    1030     5347    14408 |     1960      101     18 |  9.251 % |
27.84/31.29	c 30	|       251 |    1030     5347    14408 |     2156      251     14 |  9.252 % |
28.09/31.30	c 30	|       477 |    1030     5347    14408 |     2372      477     16 |  9.253 % |
28.09/31.32	c 30	|       814 |    1030     5347    14408 |     2609      814     17 |  9.253 % |
28.09/31.35	c 30	|      1322 |    1030     5347    14408 |     2870     1322     17 |  9.253 % |
28.09/31.38	c 30	|      2082 |    1030     5347    14408 |     3157     2082     16 |  9.252 % |
28.09/31.46	c 31	|      3221 |    1030     5347    14408 |     3473     3221     17 |  9.252 % |
28.09/31.56	c 31	|      4930 |    1030     5347    14408 |     3820     3062     18 |  9.253 % |
28.09/31.73	c 31	|      7494 |    1030     5347    14408 |     4202     3629     16 |  9.252 % |
28.70/31.99	c 31	|     11340 |    1030     5347    14408 |     4622     3037     18 |  9.253 % |
29.10/32.37	c 31	|     17106 |    1030     5347    14408 |     5085     3934     19 |  9.253 % |
29.69/32.94	c 32	|     25755 |    1030     5347    14408 |     5593     4666     16 |  9.252 % |
30.59/33.89	c 33	|     38729 |    1030     5347    14408 |     6153     2995     19 |  9.254 % |
32.08/35.34	c 34	|     58191 |    1030     5347    14408 |     6768     3384     17 |  9.254 % |
34.37/37.61	c 37	|     87383 |    1028     5305    14324 |     7445     6560     20 |  9.429 % |
37.95/41.24	c 40	|    131172 |    1023     5252    14213 |     8189     5401     18 |  9.870 % |
39.44/42.79	c 42	===============================================================================
39.44/42.79	c 42	restarts              : 17
39.44/42.79	c 42	conflicts             : 149327         (13045 /sec)
39.44/42.79	c 42	decisions             : 184550         (1.55 % random) (16122 /sec)
39.44/42.79	c 42	propagations          : 15767179       (1377376 /sec)
39.44/42.79	c 42	conflict literals     : 2853176        (15.42 % deleted)
39.44/42.79	c 42	Memory used           : 3.45 MB
39.44/42.79	c 42	CPU time              : 11.4473 s
39.44/42.79	c 42	
39.44/42.79	c 42	UNSATISFIABLE
39.44/42.79	c 42	NOT FOUND: _COST <= 5
39.44/42.79	c 42	OBJECTIVE _COST 6
39.44/42.79	s OPTIMUM FOUND
39.44/42.79	c 42	CPU 39.32 (0.03 0.02 39.29 0.21)
39.44/42.79	c 42	END Fri Jul 11 19:45:25 2008

Verifier Data (download as text)

OK	6	18
6 unsatisfied constraints, 18 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-1108964-1215798281/watcher-1108964-1215798281 -o /tmp/evaluation-result-1108964-1215798281/solver-1108964-1215798281 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108964-1215798281.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

[startup+0 s]
/proc/loadavg: 2.59 2.66 2.85 3/74 14748
/proc/meminfo: memFree=1091192/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=18572 CPUtime=0
/proc/14748/stat : 14748 (runsolver) R 14746 14583 14583 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 36527324 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 216588112608 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14748/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.082067 s]
/proc/loadavg: 2.59 2.66 2.85 3/74 14748
/proc/meminfo: memFree=1091192/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=124 CPUtime=0
/proc/14748/stat : 14748 (sugar) D 14746 14748 14583 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 36527324 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 255536985577 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14748/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102068 s]
/proc/loadavg: 2.59 2.66 2.85 3/74 14748
/proc/meminfo: memFree=1091192/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=2552 CPUtime=0
/proc/14748/stat : 14748 (sugar) D 14746 14748 14583 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 36527324 2613248 33 996147200 4194304 4206940 548682068592 18446744073709551615 255536985577 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14748/statm: 638 33 26 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2552

[startup+0.302093 s]
/proc/loadavg: 2.59 2.66 2.85 3/74 14748
/proc/meminfo: memFree=1091192/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=12272 CPUtime=0
/proc/14748/stat : 14748 (sugar) D 14746 14748 14583 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 36527324 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14748/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701128 s]
/proc/loadavg: 2.59 2.66 2.85 3/74 14748
/proc/meminfo: memFree=1091192/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=12412 CPUtime=0
/proc/14748/stat : 14748 (sugar) D 14746 14748 14583 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 36527324 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14748/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+1.5012 s]
/proc/loadavg: 2.59 2.66 2.85 1/75 14749
/proc/meminfo: memFree=1080112/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=0.04
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 36527324 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14748/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+3.10135 s]
/proc/loadavg: 2.59 2.66 2.85 1/77 14752
/proc/meminfo: memFree=1069536/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=0.04
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 36527324 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14748/statm: 3400 796 370 3 0 500 0
[pid=14751] ppid=14748 vsize=5356 CPUtime=0
/proc/14751/stat : 14751 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527434 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14751/statm: 1339 233 193 169 0 50 0
[pid=14752] ppid=14751 vsize=859832 CPUtime=0.04
/proc/14752/stat : 14752 (java) S 14751 14748 14583 0 -1 0 1762 0 64 0 1 3 0 0 18 0 5 0 36527435 880467968 1451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14752/statm: 214958 1451 837 9 0 209937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 878788

[startup+6.30164 s]
/proc/loadavg: 2.54 2.65 2.85 2/77 14784
/proc/meminfo: memFree=919136/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=0.85
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1170 14785 0 84 3 1 67 14 15 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=14783] ppid=14748 vsize=5356 CPUtime=0
/proc/14783/stat : 14783 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14783/statm: 1339 232 193 169 0 50 0
[pid=14784] ppid=14783 vsize=2996 CPUtime=2.36
/proc/14784/stat : 14784 (minisat) R 14783 14748 14583 0 -1 4194304 447 0 0 0 236 0 0 0 25 0 1 0 36527717 3067904 433 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/14784/statm: 749 433 76 150 0 596 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 21952

[startup+12.7012 s]
/proc/loadavg: 2.50 2.64 2.85 2/76 14785
/proc/meminfo: memFree=1947112/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=0.85
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1170 14785 0 84 3 1 67 14 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=14783] ppid=14748 vsize=5356 CPUtime=0
/proc/14783/stat : 14783 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14783/statm: 1339 232 193 169 0 50 0
[pid=14784] ppid=14783 vsize=3532 CPUtime=8.75
/proc/14784/stat : 14784 (minisat) R 14783 14748 14583 0 -1 4194304 568 0 0 0 875 0 0 0 25 0 1 0 36527717 3616768 554 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/14784/statm: 883 554 76 150 0 730 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 22488

[startup+25.5024 s]
/proc/loadavg: 2.32 2.59 2.83 3/76 14989
/proc/meminfo: memFree=1935272/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=0.85
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1170 14785 0 84 3 1 67 14 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=14783] ppid=14748 vsize=5356 CPUtime=0
/proc/14783/stat : 14783 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14783/statm: 1339 232 193 169 0 50 0
[pid=14784] ppid=14783 vsize=4068 CPUtime=21.5
/proc/14784/stat : 14784 (minisat) R 14783 14748 14583 0 -1 4194304 691 0 0 0 2148 2 0 0 25 0 1 0 36527717 4165632 677 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14784/statm: 1017 677 76 150 0 864 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 23024

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

[startup+31.906 s]
/proc/loadavg: 2.29 2.58 2.82 3/76 15003
/proc/meminfo: memFree=1935080/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 15 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=2600 CPUtime=0.61
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 339 0 0 0 61 0 0 0 24 0 1 0 36530452 2662400 325 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 650 325 76 150 0 497 0
Current children cumulated CPU time (s) 28.7
Current children cumulated vsize (KiB) 21556

[startup+38.3016 s]
/proc/loadavg: 2.27 2.57 2.82 3/76 15003
/proc/meminfo: memFree=1933032/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=3392 CPUtime=6.97
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 532 0 0 0 697 0 0 0 25 0 1 0 36530452 3473408 518 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 848 518 76 150 0 695 0
Current children cumulated CPU time (s) 35.06
Current children cumulated vsize (KiB) 22348

[startup+39.9018 s]
/proc/loadavg: 2.25 2.56 2.81 3/76 15003
/proc/meminfo: memFree=1932904/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=3392 CPUtime=8.57
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 543 0 0 0 857 0 0 0 25 0 1 0 36530452 3473408 529 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 848 529 76 150 0 695 0
Current children cumulated CPU time (s) 36.66
Current children cumulated vsize (KiB) 22348

[startup+41.5029 s]
/proc/loadavg: 2.25 2.56 2.81 3/76 15003
/proc/meminfo: memFree=1932904/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=3524 CPUtime=10.16
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 570 0 0 0 1016 0 0 0 25 0 1 0 36530452 3608576 556 996147200 134512640 135127466 4294956256 18446744073709551615 134523510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 881 556 76 150 0 728 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 22480

[startup+42.303 s]
/proc/loadavg: 2.25 2.56 2.81 3/76 15003
/proc/meminfo: memFree=1932776/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=3524 CPUtime=10.96
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 570 0 0 0 1096 0 0 0 25 0 1 0 36530452 3608576 556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 881 556 76 150 0 728 0
Current children cumulated CPU time (s) 39.05
Current children cumulated vsize (KiB) 22480

[startup+42.702 s]
/proc/loadavg: 2.25 2.56 2.81 3/76 15003
/proc/meminfo: memFree=1932776/2055920 swapFree=4180968/4192956
[pid=14748] ppid=14746 vsize=13600 CPUtime=28.09
/proc/14748/stat : 14748 (sugar) S 14746 14748 14583 0 -1 4194304 1337 20102 0 85 3 2 2784 20 16 0 1 0 36527324 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14748/statm: 3400 803 374 3 0 500 0
[pid=15002] ppid=14748 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14748 14748 14583 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36530452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 232 193 169 0 50 0
[pid=15003] ppid=15002 vsize=3524 CPUtime=11.35
/proc/15003/stat : 15003 (minisat) R 15002 14748 14583 0 -1 4194304 570 0 0 0 1135 0 0 0 25 0 1 0 36530452 3608576 556 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15003/statm: 881 556 76 150 0 728 0
Current children cumulated CPU time (s) 39.44
Current children cumulated vsize (KiB) 22480

Child status: 0
Real time (s): 42.7992
CPU time (s): 39.571
CPU user time (s): 39.333
CPU system time (s): 0.237963
CPU usage (%): 92.4574
Max. virtual memory (cumulated for all children) (KiB): 883860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.333
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22376
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1398
involuntary context switches= 1314

runsolver used 0.048992 second user time and 0.124981 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-11 19:44:42
IDJOB=1108964
IDBENCH=60844
IDSOLVER=368
FILE ID=node48/1108964-1215798281
PBS_JOBID= 7903243
Free space on /tmp= 65716 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-6_all.xml
COMMAND LINE= DIR/sugar -max -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-1108964-1215798281/watcher-1108964-1215798281 -o /tmp/evaluation-result-1108964-1215798281/solver-1108964-1215798281 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108964-1215798281.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 168090628b4a5735f9f385573803edfe
RANDOM SEED=1552226165

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1092632 kB
Buffers:          1956 kB
Cached:         315108 kB
SwapCached:       5936 kB
Active:         601096 kB
Inactive:       307040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1092632 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:         598020 kB
Slab:            39336 kB
Committed_AS:   730920 kB
PageTables:       3008 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= 66540 MiB
End job on node48 at 2008-07-11 19:45:25