Trace number 1091878

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 11.4473 11.6372

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-8-56-21-3-6_glb.xml
MD5SUM48793c513c456d2116888c675680dbed
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.137978
Satisfiable
(Un)Satisfiability was proved
Number of variables2016
Number of constraints1660
Maximum constraint arity56
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1568
Global constraints used (with number of constraints)weightedsum(92)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 15:09:38 2008
0.00/0.05	c 0	PID 23460
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091878-1215263378.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-1091878-1215263378.xml' 'HOME/temp.csp'
0.04/0.58	c 1	1 domains, 2016 variables, 1 predicates, 0 relations, 1660 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.56/0.71	c 1	Parsing HOME/temp.csp
1.11/1.21	c 1	parsed 3678 expressions
1.11/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.21	c 1	Converting to clausal form CSP
1.11/1.24	c 1	converted 368 (10%) expressions
1.11/1.25	c 1	converted 736 (20%) expressions
1.11/1.25	c 1	converted 1104 (30%) expressions
1.11/1.25	c 1	converted 1472 (40%) expressions
1.11/1.26	c 1	converted 1839 (50%) expressions
1.40/1.51	c 2	converted 2207 (60%) expressions
1.49/1.67	c 2	converted 2575 (70%) expressions
1.60/1.79	c 2	converted 2943 (80%) expressions
1.80/1.94	c 2	converted 3311 (90%) expressions
2.19/2.38	c 3	converted 3678 (100%) expressions
2.19/2.38	c 3	CSP : 9040 integers, 3136 booleans, 23640 clauses, largest domain size 29
2.19/2.38	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.38	c 3	Propagation in CSP
2.38/2.55	c 3	2464 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.55	c 3	CSP : 9040 integers, 3136 booleans, 23640 clauses, largest domain size 29
2.38/2.55	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.56	c 3	Simplifing CSP by introducing new Boolean variables
2.38/2.58	c 3	CSP : 9040 integers, 3136 booleans, 23640 clauses, largest domain size 29
2.38/2.58	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.69	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.71	c 3	904 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.72	c 3	1808 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.73	c 3	2712 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.73	c 3	3616 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.74	c 3	4520 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.59/2.74	c 3	5424 (60%) CSP integer variables are encoded (1050 clauses, 13714 bytes)
2.59/2.75	c 3	6328 (70%) CSP integer variables are encoded (4366 clauses, 57891 bytes)
2.59/2.75	c 3	7232 (80%) CSP integer variables are encoded (7316 clauses, 102141 bytes)
2.59/2.76	c 3	8136 (90%) CSP integer variables are encoded (10240 clauses, 146001 bytes)
2.59/2.76	c 3	9040 (100%) CSP integer variables are encoded (13232 clauses, 190881 bytes)
2.68/2.82	c 3	2364 (10%) CSP clauses are encoded (15596 clauses, 224537 bytes)
2.68/2.85	c 3	4728 (20%) CSP clauses are encoded (17960 clauses, 258623 bytes)
2.68/2.87	c 3	7092 (30%) CSP clauses are encoded (20324 clauses, 293141 bytes)
2.68/2.89	c 3	9456 (40%) CSP clauses are encoded (22688 clauses, 328591 bytes)
2.78/2.90	c 3	11820 (50%) CSP clauses are encoded (25052 clauses, 364055 bytes)
2.78/2.92	c 3	14184 (60%) CSP clauses are encoded (27416 clauses, 399517 bytes)
2.89/3.02	c 3	16548 (70%) CSP clauses are encoded (47914 clauses, 763065 bytes)
2.98/3.10	c 3	18912 (80%) CSP clauses are encoded (85496 clauses, 1428549 bytes)
2.98/3.19	c 3	21276 (90%) CSP clauses are encoded (118528 clauses, 2062581 bytes)
3.08/3.28	c 3	23640 (100%) CSP clauses are encoded (151632 clauses, 2699721 bytes)
3.08/3.28	c 3	23640 CSP clauses encoded
3.08/3.28	c 3	Writing map file : HOME/temp.map
3.18/3.32	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.32	c 3	SAT : 25408 SAT variables, 151632 SAT clauses, 2699721 bytes
3.18/3.32	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.34	c 4	SOLVING HOME/temp.cnf
3.18/3.34	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.18/3.34	c 4	This is MiniSat 2.0 beta
3.18/3.34	c 4	WARNING: for repeatability, setting FPU to use double precision
3.18/3.34	c 4	============================[ Problem Statistics ]=============================
3.18/3.34	c 4	|                                                                             |
3.18/3.35	c 4	|  Number of variables:  25408                                                |
3.18/3.35	c 4	|  Number of clauses:    151632                                               |
3.22/3.43	c 4	|  Parsing time:         0.08         s                                       |
3.22/3.44	c 4	============================[ Search Statistics ]==============================
3.22/3.44	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.44	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.44	c 4	===============================================================================
3.22/3.44	c 4	|         0 |   25408   151632   404624 |    50544        0    nan |  0.000 % |
3.22/3.45	c 4	|       100 |   25408   151632   404624 |    55598      100     25 |  0.000 % |
3.22/3.46	c 4	|       250 |   25408   151632   404624 |    61158      250     27 |  0.000 % |
3.22/3.70	c 4	|       475 |   25408   151632   404624 |    67274      475     20 |  0.000 % |
3.22/3.78	c 4	|       812 |   25408   151632   404624 |    74001      812     28 |  0.000 % |
3.22/3.89	c 4	|      1320 |   25408   151632   404624 |    81401     1320     26 |  0.000 % |
3.22/4.15	c 4	|      2080 |   25408   151632   404624 |    89541     2080     26 |  0.000 % |
4.25/4.44	c 5	|      3221 |   25408   151632   404624 |    98495     3221     28 |  0.000 % |
4.45/4.68	c 5	|      4931 |   25408   151632   404624 |   108345     4931     28 |  0.000 % |
4.85/5.06	c 5	|      7493 |   25408   151632   404624 |   119180     7493     33 |  0.000 % |
5.44/5.64	c 6	|     11337 |   25408   151632   404624 |   131098    11337     33 |  0.000 % |
7.42/7.69	c 8	|     17103 |   25408   151632   404624 |   144207    17103     41 |  0.000 % |
10.59/10.84	c 11	|     25752 |   25408   151632   404624 |   158628    25752     42 |  0.000 % |
10.98/11.24	c 11	===============================================================================
10.98/11.24	c 11	restarts              : 13
10.98/11.24	c 11	conflicts             : 26205          (3364 /sec)
10.98/11.24	c 11	decisions             : 63240          (1.02 % random) (8118 /sec)
10.98/11.24	c 11	propagations          : 14581831       (1871910 /sec)
10.98/11.24	c 11	conflict literals     : 1092705        (9.47 % deleted)
10.98/11.24	c 11	Memory used           : 15.23 MB
10.98/11.24	c 11	CPU time              : 7.78981 s
10.98/11.24	c 11	
10.98/11.25	c 11	SATISFIABLE
10.98/11.26	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.98/11.26	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.05/11.34	c 12	Decoding HOME/temp.out
11.05/11.53	s SATISFIABLE
11.06/11.62	v 0 0 0 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 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 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 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 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 0 0 0 0 0 0 0 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 1 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 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 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 1 0 0 0 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 1 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 1 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 1 0 0 0 1 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 0 0 1 0 0 1 0 1 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 1 0 0 0 0 0 1 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 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 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 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 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 1 1 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 1 0 1 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 0 1 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 1 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 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 0 0 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 1 0 0 0 1 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 1 0 0 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 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 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 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 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 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 0 0 0 0 0 1 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 1 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 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 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 1 0 0 0 1 0 1 0 0 0 0 1 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 0 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 0 0 0 0 0 0 0 0 0 1 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 0 0 1 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 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 1 0 1 0
11.06/11.62	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.06/11.63	c 12	CPU 11.2 (0.04 0.01 11.16 0.21)
11.06/11.63	c 12	END Sat Jul  5 15:09:50 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-1091878-1215263378/watcher-1091878-1215263378 -o /tmp/evaluation-result-1091878-1215263378/solver-1091878-1215263378 -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-1091878-1215263378.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.00 4/74 23460
/proc/meminfo: memFree=1420920/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=3672 CPUtime=0
/proc/23460/stat : 23460 (sugar) R 23458 23460 22049 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 2005310461 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 234208949641 0 0 4096 0 0 0 0 17 1 0 0
/proc/23460/statm: 918 40 31 3 0 8 0

[startup+0.0781941 s]
/proc/loadavg: 2.08 2.02 2.00 4/74 23460
/proc/meminfo: memFree=1420920/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.04
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005310461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101197 s]
/proc/loadavg: 2.08 2.02 2.00 4/74 23460
/proc/meminfo: memFree=1420920/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.04
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005310461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30124 s]
/proc/loadavg: 2.08 2.02 2.00 4/74 23460
/proc/meminfo: memFree=1420920/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.04
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005310461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701322 s]
/proc/loadavg: 2.08 2.02 2.00 4/74 23460
/proc/meminfo: memFree=1420920/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.56
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 956 5331 0 1 3 1 49 3 16 0 1 0 2005310461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 2.08 2.02 2.00 4/85 23482
/proc/meminfo: memFree=1412960/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.56
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 974 5331 0 1 3 1 49 3 15 0 1 0 2005310461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 797 370 3 0 500 0
[pid=23473] ppid=23460 vsize=5356 CPUtime=0
/proc/23473/stat : 23473 (sh) S 23460 23460 22049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005310525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23473/statm: 1339 233 193 169 0 50 0
[pid=23474] ppid=23473 vsize=868388 CPUtime=0.84
/proc/23474/stat : 23474 (java) S 23473 23460 22049 0 -1 0 5447 0 1 0 81 3 0 0 18 0 9 0 2005310525 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23474/statm: 217097 4852 1731 9 0 211672 0
[pid=23474/tid=23475] ppid=23473 vsize=868388 CPUtime=0.58
/proc/23474/task/23475/stat : 23475 (java) R 23473 23460 22049 0 -1 64 2655 0 1 0 57 1 0 0 18 0 9 0 2005310526 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 102105664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23476] ppid=23473 vsize=868388 CPUtime=0.04
/proc/23474/task/23476/stat : 23476 (java) S 23473 23460 22049 0 -1 64 630 0 0 0 4 0 0 0 16 0 9 0 2005310527 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23477] ppid=23473 vsize=868388 CPUtime=0
/proc/23474/task/23477/stat : 23477 (java) S 23473 23460 22049 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005310527 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23478] ppid=23473 vsize=868388 CPUtime=0
/proc/23474/task/23478/stat : 23478 (java) S 23473 23460 22049 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2005310527 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23479] ppid=23473 vsize=868388 CPUtime=0
/proc/23474/task/23479/stat : 23479 (java) S 23473 23460 22049 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005310529 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23480] ppid=23473 vsize=868388 CPUtime=0.19
/proc/23474/task/23480/stat : 23480 (java) S 23473 23460 22049 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 2005310529 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23481] ppid=23473 vsize=868388 CPUtime=0
/proc/23474/task/23481/stat : 23481 (java) S 23473 23460 22049 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005310529 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23482] ppid=23473 vsize=868388 CPUtime=0
/proc/23474/task/23482/stat : 23482 (java) S 23473 23460 22049 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005310529 889229312 4852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887344

[startup+3.10282 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 23482
/proc/meminfo: memFree=1396960/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=0.56
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 974 5331 0 1 3 1 49 3 15 0 1 0 2005310461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 797 370 3 0 500 0
[pid=23473] ppid=23460 vsize=5356 CPUtime=0
/proc/23473/stat : 23473 (sh) S 23460 23460 22049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005310525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23473/statm: 1339 233 193 169 0 50 0
[pid=23474] ppid=23473 vsize=868500 CPUtime=2.42
/proc/23474/stat : 23474 (java) S 23473 23460 22049 0 -1 0 10174 0 1 0 235 7 0 0 18 0 9 0 2005310525 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23474/statm: 217125 9169 2565 9 0 211672 0
[pid=23474/tid=23475] ppid=23473 vsize=868500 CPUtime=1.61
/proc/23474/task/23475/stat : 23475 (java) R 23473 23460 22049 0 -1 64 2955 0 1 0 158 3 0 0 20 0 9 0 2005310526 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23476] ppid=23473 vsize=868500 CPUtime=0.49
/proc/23474/task/23476/stat : 23476 (java) S 23473 23460 22049 0 -1 64 4991 0 0 0 47 2 0 0 16 0 9 0 2005310527 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23477] ppid=23473 vsize=868500 CPUtime=0
/proc/23474/task/23477/stat : 23477 (java) S 23473 23460 22049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005310527 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23478] ppid=23473 vsize=868500 CPUtime=0
/proc/23474/task/23478/stat : 23478 (java) S 23473 23460 22049 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005310527 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23479] ppid=23473 vsize=868500 CPUtime=0
/proc/23474/task/23479/stat : 23479 (java) S 23473 23460 22049 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005310529 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23480] ppid=23473 vsize=868500 CPUtime=0.29
/proc/23474/task/23480/stat : 23480 (java) S 23473 23460 22049 0 -1 64 1535 0 0 0 28 1 0 0 16 0 9 0 2005310529 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23481] ppid=23473 vsize=868500 CPUtime=0
/proc/23474/task/23481/stat : 23481 (java) S 23473 23460 22049 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005310529 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23474/tid=23482] ppid=23473 vsize=868500 CPUtime=0
/proc/23474/task/23482/stat : 23482 (java) S 23473 23460 22049 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005310529 889344000 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887456

[startup+6.30148 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 23484
/proc/meminfo: memFree=1404960/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=3.22
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1033 15847 0 2 3 1 304 14 15 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
[pid=23483] ppid=23460 vsize=5356 CPUtime=0
/proc/23483/stat : 23483 (sh) S 23460 23460 22049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005310795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23483/statm: 1339 232 193 169 0 50 0
[pid=23484] ppid=23483 vsize=12508 CPUtime=2.91
/proc/23484/stat : 23484 (minisat) R 23483 23460 22049 0 -1 4194304 2949 0 0 0 290 1 0 0 25 0 1 0 2005310796 12808192 2935 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/23484/statm: 3127 2935 76 150 0 2974 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 31464

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

[startup+9.50215 s]
/proc/loadavg: 2.14 2.03 2.00 3/77 23484
/proc/meminfo: memFree=1402528/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=3.22
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1033 15847 0 2 3 1 304 14 16 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
[pid=23483] ppid=23460 vsize=5356 CPUtime=0
/proc/23483/stat : 23483 (sh) S 23460 23460 22049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005310795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23483/statm: 1339 232 193 169 0 50 0
[pid=23484] ppid=23483 vsize=14664 CPUtime=6.08
/proc/23484/stat : 23484 (minisat) R 23483 23460 22049 0 -1 4194304 3469 0 0 0 606 2 0 0 25 0 1 0 2005310796 15015936 3455 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23484/statm: 3666 3455 76 150 0 3513 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 33620

[startup+10.3013 s]
/proc/loadavg: 2.14 2.03 2.00 3/77 23484
/proc/meminfo: memFree=1401888/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=3.22
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1033 15847 0 2 3 1 304 14 16 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
[pid=23483] ppid=23460 vsize=5356 CPUtime=0
/proc/23483/stat : 23483 (sh) S 23460 23460 22049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005310795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23483/statm: 1339 232 193 169 0 50 0
[pid=23484] ppid=23483 vsize=15060 CPUtime=6.87
/proc/23484/stat : 23484 (minisat) R 23483 23460 22049 0 -1 4194304 3574 0 0 0 685 2 0 0 25 0 1 0 2005310796 15421440 3560 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23484/statm: 3765 3560 76 150 0 3612 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 34016

[startup+11.1015 s]
/proc/loadavg: 2.14 2.03 2.00 3/77 23484
/proc/meminfo: memFree=1401056/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=3.22
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1033 15847 0 2 3 1 304 14 16 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
[pid=23483] ppid=23460 vsize=5356 CPUtime=0
/proc/23483/stat : 23483 (sh) S 23460 23460 22049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005310795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23483/statm: 1339 232 193 169 0 50 0
[pid=23484] ppid=23483 vsize=15588 CPUtime=7.66
/proc/23484/stat : 23484 (minisat) R 23483 23460 22049 0 -1 4194304 3712 0 0 0 764 2 0 0 25 0 1 0 2005310796 15962112 3698 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/23484/statm: 3897 3698 76 150 0 3744 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 34544

[startup+11.5016 s]
/proc/loadavg: 2.14 2.03 2.00 3/77 23484
/proc/meminfo: memFree=1401056/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=11.05
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1090 19868 0 2 3 1 1084 17 16 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 13600

[startup+11.6016 s]
/proc/loadavg: 2.14 2.03 2.00 3/77 23484
/proc/meminfo: memFree=1401056/2055920 swapFree=4179680/4192956
[pid=23460] ppid=23458 vsize=13600 CPUtime=11.06
/proc/23460/stat : 23460 (sugar) S 23458 23460 22049 0 -1 4194304 1090 19868 0 2 4 1 1084 17 15 0 1 0 2005310461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23460/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 11.6372
CPU time (s): 11.4473
CPU user time (s): 11.2123
CPU system time (s): 0.234964
CPU usage (%): 98.3681
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2123
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25031
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= 5877
involuntary context switches= 5945

runsolver used 0.020996 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 15:09:38
IDJOB=1091878
IDBENCH=58582
IDSOLVER=346
FILE ID=node54/1091878-1215263378
PBS_JOBID= 7882055
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-8-56-21-3-6_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-1091878-1215263378/watcher-1091878-1215263378 -o /tmp/evaluation-result-1091878-1215263378/solver-1091878-1215263378 -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-1091878-1215263378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 48793c513c456d2116888c675680dbed
RANDOM SEED=1857801194

node54.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.279
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.279
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:       1421400 kB
Buffers:         28280 kB
Cached:         161648 kB
SwapCached:       6932 kB
Active:         468628 kB
Inactive:       112792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421400 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         397596 kB
Slab:            37764 kB
Committed_AS:  4320844 kB
PageTables:       2476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-05 15:09:50