Trace number 2078892

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.14.6+minisatSAT 18.3492 18.6436

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.118981
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)alldifferent(3)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:59:35 2009
0.00/0.08	c 0	PID 24065
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078892-1247367574.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078892-1247367574.xml' 'HOME/temp.csp'
0.06/0.76	c 0	207 domains, 310 variables, 208 predicates, 0 relations, 211 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.85	c 0	Parsing HOME/temp.csp
0.71/0.93	c 0	parsed 936 expressions
0.71/0.94	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.94	c 0	Converting to clausal form CSP
0.71/0.96	c 0	converted 94 (10%) expressions
0.71/0.96	c 0	converted 188 (20%) expressions
0.71/0.96	c 0	converted 281 (30%) expressions
0.71/0.97	c 0	converted 375 (40%) expressions
0.71/0.97	c 0	converted 468 (50%) expressions
0.71/0.97	c 1	converted 562 (60%) expressions
0.71/0.97	c 1	converted 656 (70%) expressions
0.71/0.99	c 1	converted 749 (80%) expressions
0.92/1.03	c 1	converted 843 (90%) expressions
1.71/1.83	c 1	converted 936 (100%) expressions
1.71/1.83	c 1	CSP : 310 integers, 0 booleans, 16482 clauses, largest domain size 104
1.71/1.83	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.83	c 1	Propagation in CSP
1.81/1.91	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/1.91	c 1	CSP : 310 integers, 0 booleans, 16482 clauses, largest domain size 104
1.81/1.91	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.93	c 1	Simplifing CSP by introducing new Boolean variables
2.10/2.22	c 2	CSP : 310 integers, 32132 booleans, 48614 clauses, largest domain size 104
2.10/2.22	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.41	c 2	31 (10%) CSP integer variables are encoded (3162 clauses, 38977 bytes)
2.30/2.41	c 2	62 (20%) CSP integer variables are encoded (6324 clauses, 80083 bytes)
2.30/2.42	c 2	93 (30%) CSP integer variables are encoded (9486 clauses, 121189 bytes)
2.30/2.42	c 2	124 (40%) CSP integer variables are encoded (12648 clauses, 167788 bytes)
2.30/2.43	c 2	155 (50%) CSP integer variables are encoded (15810 clauses, 215218 bytes)
2.30/2.43	c 2	186 (60%) CSP integer variables are encoded (18972 clauses, 262648 bytes)
2.30/2.44	c 2	217 (70%) CSP integer variables are encoded (22134 clauses, 310078 bytes)
2.30/2.44	c 2	248 (80%) CSP integer variables are encoded (25296 clauses, 357508 bytes)
2.30/2.44	c 2	279 (90%) CSP integer variables are encoded (28458 clauses, 404938 bytes)
2.30/2.45	c 2	310 (100%) CSP integer variables are encoded (31620 clauses, 452368 bytes)
2.79/2.92	c 2	4862 (10%) CSP clauses are encoded (242270 clauses, 4439834 bytes)
3.20/3.35	c 3	9723 (20%) CSP clauses are encoded (452033 clauses, 8820335 bytes)
3.68/3.84	c 3	14585 (30%) CSP clauses are encoded (702271 clauses, 14291530 bytes)
4.28/4.45	c 4	19446 (40%) CSP clauses are encoded (1025343 clauses, 20983690 bytes)
4.87/5.09	c 5	24307 (50%) CSP clauses are encoded (1364027 clauses, 27995249 bytes)
5.56/5.74	c 5	29169 (60%) CSP clauses are encoded (1702712 clauses, 35336834 bytes)
6.06/6.30	c 6	34030 (70%) CSP clauses are encoded (1991766 clauses, 41514526 bytes)
6.46/6.68	c 6	38892 (80%) CSP clauses are encoded (2182362 clauses, 45424290 bytes)
6.95/7.13	c 7	43753 (90%) CSP clauses are encoded (2407741 clauses, 50241155 bytes)
7.45/7.67	c 7	48614 (100%) CSP clauses are encoded (2682426 clauses, 56250197 bytes)
7.45/7.67	c 7	48614 CSP clauses encoded
7.45/7.67	c 7	Writing map file : HOME/temp.map
7.45/7.69	c 7	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.45/7.69	c 7	SAT : 64062 SAT variables, 2682426 SAT clauses, 56250197 bytes
7.45/7.69	c 7	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.54/7.72	c 7	SOLVING HOME/temp.cnf
7.54/7.72	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.54/7.72	c 7	This is MiniSat 2.0 beta
7.54/7.72	c 7	WARNING: for repeatability, setting FPU to use double precision
7.54/7.72	c 7	============================[ Problem Statistics ]=============================
7.54/7.72	c 7	|                                                                             |
7.54/7.72	c 7	|  Number of variables:  64062                                                |
7.54/7.72	c 7	|  Number of clauses:    2682426                                              |
9.09/9.32	c 9	|  Parsing time:         1.33         s                                       |
9.19/9.41	c 9	============================[ Search Statistics ]==============================
9.19/9.41	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.19/9.41	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.19/9.41	c 9	===============================================================================
9.19/9.41	c 9	|         0 |   64062  2682426  7914512 |   894142        0    nan |  0.000 % |
10.28/10.54	c 10	|       101 |   64062  2682426  7914512 |   983556      101     71 |  0.000 % |
11.07/11.35	c 11	|       251 |   64062  2682426  7914512 |  1081911      251     45 |  0.000 % |
11.66/11.96	c 11	|       480 |   64062  2682426  7914512 |  1190103      480     30 |  0.000 % |
13.45/13.74	c 13	|       817 |   64062  2682426  7914512 |  1309113      817     30 |  0.000 % |
15.03/15.34	c 15	|      1324 |   64062  2682426  7914512 |  1440024     1324     26 |  0.000 % |
17.41/17.73	c 17	|      2083 |   64062  2682426  7914512 |  1584027     2083     36 |  0.000 % |
17.90/18.28	c 18	===============================================================================
17.90/18.28	c 18	restarts              : 7
17.90/18.28	c 18	conflicts             : 2160           (213 /sec)
17.90/18.28	c 18	decisions             : 6768           (0.98 % random) (667 /sec)
17.90/18.28	c 18	propagations          : 3230534        (318265 /sec)
17.90/18.28	c 18	conflict literals     : 76317          (13.45 % deleted)
17.90/18.28	c 18	Memory used           : 122.48 MB
17.90/18.28	c 18	CPU time              : 10.1505 s
17.90/18.28	c 18	
18.00/18.31	c 18	SATISFIABLE
18.00/18.33	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.00/18.33	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.04/18.42	c 18	Decoding HOME/temp.out
18.04/18.55	s SATISFIABLE
18.04/18.57	v 57 47 46 45 8 6 4 42 39 36 64 60 56 97 92 87 41 35 29 28 21 14 75 67 59 45 36 27 78 68 58 13 2 -9 55 43 31 51 38 25 40 26 12 85 70 55 35 19 3 39 22 5 83 65 47 81 62 43 72 52 32 37 16 -5 27 5 -17 95 72 49 65 41 17 100 75 50 103 77 51 107 80 53 36 8 -20 71 42 13 60 30 0 38 7 -24 86 54 22 67 34 1 49 15 -19 93 58 23 92 56 20 82 45 8 124 86 48 87 48 9 91 51 11 134 93 52 54 12 -30 70 27 -16 84 40 -4 118 73 28 99 53 7 129 82 35 138 90 42 136 87 38 144 94 44 148 97 46 61 9 -43 56 3 -50 149 95 41 59 4 -51 152 96 40 80 23 -34 142 84 26 90 31 -28 74 14 -46 132 71 10 161 99 37 165 102 39 143 79 15 146 81 16 166 100 34 158 91 24 157 89 21 135 66 -3 173 103 33 140 69 -2 150 78 6 120 47 -26 178 104 30 112 37 -38 94 18 -58 153 76 -1 88 10 -68 177 98 19 154 74 -6 131 50 -31 141 59 -23 184 101 18 128 44 -40 110 25 -60 174 88 2 104 17 -70 151 63 -25 122 33 -56 139 49 -41 123 32 -59 121 29 -63 176 83 -10 105 11 -83 108 13 -82 116 20 -76 182 85 -12 159 61 -37 163 64 -35 155 55 -45 102 1 -100 130 28 -74 127 24 -79
18.04/18.58	c 18	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.28/18.62	c 18	CPU 18.3 (0.06 0.02 17.37 0.85)
18.28/18.62	c 18	END Sun Jul 12 04:59:53 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078892-1247367574/watcher-2078892-1247367574 -o /tmp/evaluation-result-2078892-1247367574/solver-2078892-1247367574 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078892-1247367574.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.02 2.06 4/74 24065
/proc/meminfo: memFree=1735088/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=12268 CPUtime=0
/proc/24065/stat : 24065 (sugar) R 24063 24065 20259 0 -1 4194304 336 0 0 0 0 0 0 0 20 0 1 0 23823463 12562432 304 996147200 4194304 4206940 548682068608 18446744073709551615 254213019888 0 0 4224 0 0 0 0 17 1 0 0
/proc/24065/statm: 3067 304 230 3 0 167 0

[startup+0.0848571 s]
/proc/loadavg: 1.93 2.02 2.06 4/74 24065
/proc/meminfo: memFree=1735088/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16740 CPUtime=0.06
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23823463 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10193 s]
/proc/loadavg: 1.93 2.02 2.06 4/74 24065
/proc/meminfo: memFree=1735088/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.06
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301936 s]
/proc/loadavg: 1.93 2.02 2.06 4/74 24065
/proc/meminfo: memFree=1735088/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.06
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702971 s]
/proc/loadavg: 1.93 2.02 2.06 4/74 24065
/proc/meminfo: memFree=1735088/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.06
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 1.93 2.02 2.06 4/85 24087
/proc/meminfo: memFree=1725656/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.71
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1309 4812 0 1 5 1 62 3 15 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
[pid=24078] ppid=24065 vsize=5356 CPUtime=0
/proc/24078/stat : 24078 (sh) S 24065 24065 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24078/statm: 1339 233 193 169 0 50 0
[pid=24079] ppid=24078 vsize=868620 CPUtime=0.7
/proc/24079/stat : 24079 (java) S 24078 24065 20259 0 -1 0 7743 0 1 0 66 4 0 0 18 0 9 0 23823541 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24079/statm: 217155 6963 2565 9 0 211660 0
[pid=24079/tid=24080] ppid=24078 vsize=868620 CPUtime=0.4
/proc/24079/task/24080/stat : 24080 (java) R 24078 24065 20259 0 -1 64 2693 0 1 0 39 1 0 0 22 0 9 0 23823542 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24081] ppid=24078 vsize=868620 CPUtime=0.11
/proc/24079/task/24081/stat : 24081 (java) R 24078 24065 20259 0 -1 64 2876 0 0 0 11 0 0 0 16 0 9 0 23823544 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 102758132 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24078 vsize=868620 CPUtime=0
/proc/24079/task/24082/stat : 24082 (java) S 24078 24065 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823544 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24083] ppid=24078 vsize=868620 CPUtime=0
/proc/24079/task/24083/stat : 24083 (java) S 24078 24065 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23823544 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24078 vsize=868620 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24078 24065 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823546 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24078 vsize=868620 CPUtime=0.15
/proc/24079/task/24085/stat : 24085 (java) S 24078 24065 20259 0 -1 64 1476 0 0 0 14 1 0 0 16 0 9 0 23823546 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24086] ppid=24078 vsize=868620 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823546 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24087] ppid=24078 vsize=868620 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23823546 889466880 6963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890844

[startup+3.10214 s]
/proc/loadavg: 1.93 2.02 2.06 4/85 24087
/proc/meminfo: memFree=1701272/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.72
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1310 4812 0 1 6 1 62 3 15 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
[pid=24078] ppid=24065 vsize=5356 CPUtime=0
/proc/24078/stat : 24078 (sh) S 24065 24065 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24078/statm: 1339 233 193 169 0 50 0
[pid=24079] ppid=24078 vsize=868672 CPUtime=2.28
/proc/24079/stat : 24079 (java) S 24078 24065 20259 0 -1 0 11883 0 1 0 216 12 0 0 18 0 9 0 23823541 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24079/statm: 217168 10786 2590 9 0 211645 0
[pid=24079/tid=24080] ppid=24078 vsize=868672 CPUtime=1.33
/proc/24079/task/24080/stat : 24080 (java) R 24078 24065 20259 0 -1 64 3068 0 1 0 127 6 0 0 23 0 9 0 23823542 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4126451459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24081] ppid=24078 vsize=868672 CPUtime=0.69
/proc/24079/task/24081/stat : 24081 (java) S 24078 24065 20259 0 -1 64 6595 0 0 0 66 3 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24082/stat : 24082 (java) S 24078 24065 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24083] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24083/stat : 24083 (java) S 24078 24065 20259 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24078 24065 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24078 vsize=868672 CPUtime=0.22
/proc/24079/task/24085/stat : 24085 (java) S 24078 24065 20259 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24086] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24087] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890896

[startup+6.30237 s]
/proc/loadavg: 1.93 2.01 2.06 3/85 24087
/proc/meminfo: memFree=1666776/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=0.72
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1310 4812 0 1 6 1 62 3 15 0 1 0 23823463 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1111 409 3 0 796 0
[pid=24078] ppid=24065 vsize=5356 CPUtime=0
/proc/24078/stat : 24078 (sh) S 24065 24065 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24078/statm: 1339 233 193 169 0 50 0
[pid=24079] ppid=24078 vsize=868672 CPUtime=5.44
/proc/24079/stat : 24079 (java) S 24078 24065 20259 0 -1 0 12306 0 1 0 508 36 0 0 18 0 9 0 23823541 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24079/statm: 217168 10786 2590 9 0 211645 0
[pid=24079/tid=24080] ppid=24078 vsize=868672 CPUtime=4.32
/proc/24079/task/24080/stat : 24080 (java) R 24078 24065 20259 0 -1 64 3491 0 1 0 405 27 0 0 25 0 9 0 23823542 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4126940793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24081] ppid=24078 vsize=868672 CPUtime=0.88
/proc/24079/task/24081/stat : 24081 (java) S 24078 24065 20259 0 -1 64 6595 0 0 0 81 7 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24082/stat : 24082 (java) S 24078 24065 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24083] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24083/stat : 24083 (java) S 24078 24065 20259 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23823544 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24078 24065 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24078 vsize=868672 CPUtime=0.22
/proc/24079/task/24085/stat : 24085 (java) S 24078 24065 20259 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24086] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24079/tid=24087] ppid=24078 vsize=868672 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24078 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23823546 889520128 10786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890896

[startup+12.7018 s]
/proc/loadavg: 2.02 2.03 2.07 3/77 24089
/proc/meminfo: memFree=1555736/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=7.56
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1376 17602 0 2 6 1 698 51 15 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
[pid=24088] ppid=24065 vsize=5356 CPUtime=0
/proc/24088/stat : 24088 (sh) S 24065 24065 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24088/statm: 1339 232 193 169 0 50 0
[pid=24089] ppid=24088 vsize=124628 CPUtime=4.89
/proc/24089/stat : 24089 (minisat) R 24088 24065 20259 0 -1 4194304 29991 0 0 0 462 27 0 0 25 0 1 0 23824236 127619072 29977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24089/statm: 31157 29977 76 150 0 31004 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 146852

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

[startup+15.9011 s]
/proc/loadavg: 2.02 2.03 2.07 3/77 24089
/proc/meminfo: memFree=1555096/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=7.56
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1376 17602 0 2 6 1 698 51 16 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
[pid=24088] ppid=24065 vsize=5356 CPUtime=0
/proc/24088/stat : 24088 (sh) S 24065 24065 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24088/statm: 1339 232 193 169 0 50 0
[pid=24089] ppid=24088 vsize=125024 CPUtime=8.06
/proc/24089/stat : 24089 (minisat) R 24088 24065 20259 0 -1 4194304 30091 0 0 0 778 28 0 0 25 0 1 0 23824236 128024576 30077 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/24089/statm: 31256 30077 76 150 0 31103 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 147248

[startup+17.5022 s]
/proc/loadavg: 2.02 2.03 2.07 3/77 24089
/proc/meminfo: memFree=1554712/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=7.56
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1376 17602 0 2 6 1 698 51 16 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
[pid=24088] ppid=24065 vsize=5356 CPUtime=0
/proc/24088/stat : 24088 (sh) S 24065 24065 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24088/statm: 1339 232 193 169 0 50 0
[pid=24089] ppid=24088 vsize=125024 CPUtime=9.65
/proc/24089/stat : 24089 (minisat) R 24088 24065 20259 0 -1 4194304 30096 0 0 0 937 28 0 0 25 0 1 0 23824236 128024576 30082 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24089/statm: 31256 30082 76 150 0 31103 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 147248

[startup+18.3022 s]
/proc/loadavg: 2.02 2.03 2.07 3/77 24089
/proc/meminfo: memFree=1554712/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=7.56
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1376 17602 0 2 6 1 698 51 15 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
[pid=24088] ppid=24065 vsize=5356 CPUtime=0
/proc/24088/stat : 24088 (sh) S 24065 24065 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24088/statm: 1339 232 193 169 0 50 0
[pid=24089] ppid=24088 vsize=125432 CPUtime=10.44
/proc/24089/stat : 24089 (minisat) R 24088 24065 20259 0 -1 4194304 30211 0 0 0 1016 28 0 0 25 0 1 0 23824236 128442368 30196 996147200 134512640 135127466 4294956256 18446744073709551615 134785445 0 0 4096 3 0 0 0 17 1 0 0
/proc/24089/statm: 31358 30196 82 150 0 31205 0
Current children cumulated CPU time (s) 18
Current children cumulated vsize (KiB) 147656

[startup+18.5023 s]
/proc/loadavg: 2.02 2.03 2.07 3/77 24089
/proc/meminfo: memFree=1554712/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=18.04
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1448 48098 0 2 6 1 1715 82 16 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 18.04
Current children cumulated vsize (KiB) 16868

[startup+18.6023 s]
/proc/loadavg: 2.02 2.03 2.07 2/85 24099
/proc/meminfo: memFree=1668888/2055920 swapFree=4192812/4192956
[pid=24065] ppid=24063 vsize=16868 CPUtime=18.05
/proc/24065/stat : 24065 (sugar) S 24063 24065 20259 0 -1 4194304 1450 48098 0 2 6 2 1715 82 15 0 1 0 23823463 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24065/statm: 4217 1113 409 3 0 796 0
[pid=24090] ppid=24065 vsize=5356 CPUtime=0
/proc/24090/stat : 24090 (sh) S 24065 24065 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23825297 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24090/statm: 1339 233 193 169 0 50 0
[pid=24091] ppid=24090 vsize=864120 CPUtime=0.23
/proc/24091/stat : 24091 (java) S 24090 24065 20259 0 -1 0 3621 0 1 0 21 2 0 0 18 0 9 0 23825298 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 216030 3085 1717 9 0 210535 0
[pid=24091/tid=24092] ppid=24090 vsize=864120 CPUtime=0.17
/proc/24091/task/24092/stat : 24092 (java) S 24090 24065 20259 0 -1 64 2553 0 1 0 16 1 0 0 21 0 9 0 23825299 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24093] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24093/stat : 24093 (java) S 24090 24065 20259 0 -1 64 61 0 0 0 0 0 0 0 16 0 9 0 23825300 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24094/stat : 24094 (java) S 24090 24065 20259 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 23825300 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24095] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24095/stat : 24095 (java) S 24090 24065 20259 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23825300 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24096] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24096/stat : 24096 (java) S 24090 24065 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23825302 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24097] ppid=24090 vsize=864120 CPUtime=0.04
/proc/24091/task/24097/stat : 24097 (java) S 24090 24065 20259 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 23825302 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24098] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24098/stat : 24098 (java) S 24090 24065 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23825302 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24091/tid=24099] ppid=24090 vsize=864120 CPUtime=0
/proc/24091/task/24099/stat : 24099 (java) R 24090 24065 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23825302 884858880 3085 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.28
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 18.6436
CPU time (s): 18.3492
CPU user time (s): 17.4383
CPU system time (s): 0.910861
CPU usage (%): 98.421
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4383
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53546
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= 8847
involuntary context switches= 9054

runsolver used 0.031995 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 04:59:34
IDJOB=2078892
IDBENCH=56822
IDSOLVER=739
FILE ID=node34/2078892-1247367574
PBS_JOBID= 9507037
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078892-1247367574/watcher-2078892-1247367574 -o /tmp/evaluation-result-2078892-1247367574/solver-2078892-1247367574 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078892-1247367574.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=778445580

node34.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:       1735568 kB
Buffers:         35196 kB
Cached:         181928 kB
SwapCached:          0 kB
Active:         182424 kB
Inactive:        79020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          55528 kB
Slab:            44176 kB
Committed_AS:   193300 kB
PageTables:       1856 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= 66316 MiB
End job on node34 at 2009-07-12 04:59:53