Trace number 2076417

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 28.4457 28.8175

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle14.xml
MD5SUM1ec970109b1fbfa6bb9f495f5a103253
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.161974
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints118
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 03:39:56 2009
0.06/0.08	c 0	PID 23611
0.06/0.08	c 0	HOST node5.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2076417-1247362795.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-2076417-1247362795.xml' 'HOME/temp.csp'
0.07/0.54	c 0	1 domains, 62 variables, 5 predicates, 4 relations, 118 constraints
0.07/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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.51/0.64	c 0	Parsing HOME/temp.csp
0.51/0.77	c 0	parsed 190 expressions
0.51/0.78	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.78	c 0	Converting to clausal form CSP
0.51/0.80	c 0	converted 19 (10%) expressions
0.51/0.80	c 0	converted 38 (20%) expressions
0.51/0.81	c 0	converted 57 (30%) expressions
0.51/0.85	c 0	converted 76 (40%) expressions
1.03/1.13	c 1	converted 95 (50%) expressions
1.03/1.16	c 1	converted 114 (60%) expressions
1.22/1.39	c 1	converted 133 (70%) expressions
1.32/1.42	c 1	converted 152 (80%) expressions
1.32/1.44	c 1	converted 171 (90%) expressions
1.42/1.51	c 1	converted 190 (100%) expressions
1.42/1.51	c 1	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
1.42/1.51	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.51	c 1	Propagation in CSP
1.42/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.52	c 1	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
1.42/1.52	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.53	c 1	CSP : 62 integers, 728 booleans, 846 clauses, largest domain size 26
1.42/1.53	c 1	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.64	c 1	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.52/1.65	c 1	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.52/1.65	c 1	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.52/1.65	c 1	25 (40%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.52/1.65	c 1	31 (50%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.52/1.65	c 1	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.52/1.65	c 1	44 (70%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.52/1.65	c 1	50 (80%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.52/1.65	c 1	56 (90%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
1.52/1.66	c 1	62 (100%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
7.06/7.24	c 7	85 (10%) CSP clauses are encoded (136530 clauses, 4851912 bytes)
7.06/7.25	c 7	170 (20%) CSP clauses are encoded (138440 clauses, 4884419 bytes)
23.20/23.52	c 23	254 (30%) CSP clauses are encoded (271280 clauses, 11392775 bytes)
23.20/23.53	c 23	339 (40%) CSP clauses are encoded (273265 clauses, 11425047 bytes)
23.20/23.53	c 23	423 (50%) CSP clauses are encoded (275199 clauses, 11458211 bytes)
23.20/23.54	c 23	508 (60%) CSP clauses are encoded (277184 clauses, 11493247 bytes)
23.20/23.55	c 23	593 (70%) CSP clauses are encoded (279194 clauses, 11527998 bytes)
23.20/23.56	c 23	677 (80%) CSP clauses are encoded (281178 clauses, 11562703 bytes)
23.20/23.56	c 23	762 (90%) CSP clauses are encoded (283213 clauses, 11598968 bytes)
23.20/23.57	c 23	846 (100%) CSP clauses are encoded (285222 clauses, 11634403 bytes)
23.20/23.57	c 23	846 CSP clauses encoded
23.20/23.57	c 23	Writing map file : HOME/temp.map
23.20/23.57	c 23	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.20/23.57	c 23	SAT : 2278 SAT variables, 285222 SAT clauses, 11634403 bytes
23.20/23.57	c 23	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.28/23.60	c 23	SOLVING HOME/temp.cnf
23.28/23.60	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.28/23.60	c 23	This is MiniSat 2.0 beta
23.28/23.60	c 23	WARNING: for repeatability, setting FPU to use double precision
23.28/23.60	c 23	============================[ Problem Statistics ]=============================
23.28/23.60	c 23	|                                                                             |
23.28/23.60	c 23	|  Number of variables:  2278                                                 |
23.28/23.60	c 23	|  Number of clauses:    285222                                               |
23.30/23.87	c 23	|  Parsing time:         0.23         s                                       |
23.30/23.89	c 23	============================[ Search Statistics ]==============================
23.30/23.89	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.30/23.89	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.30/23.89	c 23	===============================================================================
23.30/23.89	c 23	|         0 |    2278   285222  2284936 |    95074        0    nan |  0.000 % |
23.30/23.94	c 23	|       100 |    2278   285222  2284936 |   104581      100      7 |  0.000 % |
23.30/23.97	c 23	|       250 |    2278   285222  2284936 |   115039      250     10 |  0.000 % |
23.30/24.02	c 23	|       475 |    2278   285222  2284936 |   126543      475     10 |  0.000 % |
23.30/24.09	c 24	|       813 |    2278   285222  2284936 |   139197      813     11 |  0.000 % |
23.78/24.15	c 24	|      1321 |    2278   285222  2284936 |   153117     1321     11 |  0.000 % |
23.87/24.29	c 24	|      2080 |    2277   285222  2284936 |   168429     2079     11 |  0.044 % |
24.08/24.47	c 24	|      3220 |    2277   285222  2284936 |   185272     3219     11 |  0.044 % |
24.17/24.59	c 24	|      4928 |    2277   285222  2284936 |   203799     4927     11 |  0.044 % |
24.47/24.86	c 24	|      7490 |    2277   285222  2284936 |   224179     7489     10 |  0.044 % |
24.87/25.25	c 25	|     11335 |    2277   285222  2284936 |   246597    11334     11 |  0.044 % |
25.86/26.25	c 26	|     17102 |    2276   285222  2284936 |   271257    17100     11 |  0.088 % |
27.05/27.48	c 27	|     25752 |    2276   285222  2284936 |   298382    25750     12 |  0.088 % |
28.24/28.63	c 28	===============================================================================
28.24/28.63	c 28	restarts              : 13
28.24/28.63	c 28	conflicts             : 32344          (6574 /sec)
28.24/28.63	c 28	decisions             : 44096          (1.66 % random) (8962 /sec)
28.24/28.63	c 28	propagations          : 905267         (183988 /sec)
28.24/28.63	c 28	conflict literals     : 410432         (19.37 % deleted)
28.24/28.63	c 28	Memory used           : 24.63 MB
28.24/28.63	c 28	CPU time              : 4.92025 s
28.24/28.63	c 28	
28.24/28.63	c 28	SATISFIABLE
28.24/28.64	c 28	DECODING HOME/temp.out WITH HOME/temp.map
28.24/28.64	c 28	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'
28.28/28.72	c 28	Decoding HOME/temp.out
28.28/28.76	s SATISFIABLE
28.28/28.76	v 22 8 13 14 19 24 18 14 13 18 22 4 11 19 4 17 22 7 8 19 4 14 22 11 7 0 19 7 20 17 8 0 17 2 0 19 14 12 12 15 7 20 17 8 13 4 24 8 15 15 8 13 6 19 7 14 18 4 19 8 13 4
28.28/28.77	c 28	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.29/28.81	c 28	CPU 28.42 (0.06 0.02 28.02 0.32)
28.29/28.81	c 28	END Sun Jul 12 03:40:24 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-2076417-1247362795/watcher-2076417-1247362795 -o /tmp/evaluation-result-2076417-1247362795/solver-2076417-1247362795 -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-2076417-1247362795.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.85 1.98 2.01 4/83 23611
/proc/meminfo: memFree=1789352/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=12268 CPUtime=0
/proc/23611/stat : 23611 (sugar) R 23609 23611 23574 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23347013 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226922380286 0 0 4224 0 0 0 0 17 1 0 0
/proc/23611/statm: 3067 316 241 3 0 167 0

[startup+0.079096 s]
/proc/loadavg: 1.85 1.98 2.01 4/83 23611
/proc/meminfo: memFree=1789352/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16740 CPUtime=0.06
/proc/23611/stat : 23611 (sugar) R 23609 23611 23574 0 -1 4194304 1101 0 0 0 5 1 0 0 18 0 1 0 23347013 17141760 1069 996147200 4194304 4206940 548682068608 18446744073709551615 226931318898 0 0 4224 0 0 0 0 17 1 0 0
/proc/23611/statm: 4185 1069 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102105 s]
/proc/loadavg: 1.85 1.98 2.01 4/83 23611
/proc/meminfo: memFree=1789352/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.07
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302138 s]
/proc/loadavg: 1.85 1.98 2.01 4/83 23611
/proc/meminfo: memFree=1789352/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.07
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702216 s]
/proc/loadavg: 1.85 1.98 2.01 4/83 23611
/proc/meminfo: memFree=1789352/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.51
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1309 4933 0 1 5 2 41 3 16 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 1.85 1.98 2.01 3/94 23633
/proc/meminfo: memFree=1773072/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.51
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1309 4933 0 1 5 2 41 3 15 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
[pid=23624] ppid=23611 vsize=5356 CPUtime=0
/proc/23624/stat : 23624 (sh) S 23611 23611 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23347070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23624/statm: 1339 233 193 169 0 50 0
[pid=23625] ppid=23624 vsize=868004 CPUtime=0.91
/proc/23625/stat : 23625 (java) S 23624 23611 23574 0 -1 0 9941 0 1 0 87 4 0 0 18 0 9 0 23347070 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23625/statm: 217001 9206 2566 9 0 211506 0
[pid=23625/tid=23626] ppid=23624 vsize=868004 CPUtime=0.41
/proc/23625/task/23626/stat : 23626 (java) R 23624 23611 23574 0 -1 64 2809 0 1 0 40 1 0 0 22 0 9 0 23347071 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23627] ppid=23624 vsize=868004 CPUtime=0.34
/proc/23625/task/23627/stat : 23627 (java) S 23624 23611 23574 0 -1 64 5198 0 0 0 33 1 0 0 16 0 9 0 23347072 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23628] ppid=23624 vsize=868004 CPUtime=0
/proc/23625/task/23628/stat : 23628 (java) S 23624 23611 23574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23347072 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23629] ppid=23624 vsize=868004 CPUtime=0
/proc/23625/task/23629/stat : 23629 (java) S 23624 23611 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23347072 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23630] ppid=23624 vsize=868004 CPUtime=0
/proc/23625/task/23630/stat : 23630 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23347074 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23631] ppid=23624 vsize=868004 CPUtime=0.12
/proc/23625/task/23631/stat : 23631 (java) R 23624 23611 23574 0 -1 64 1235 0 0 0 12 0 0 0 16 0 9 0 23347074 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 101460273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23632] ppid=23624 vsize=868004 CPUtime=0
/proc/23625/task/23632/stat : 23632 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23347074 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23633] ppid=23624 vsize=868004 CPUtime=0
/proc/23625/task/23633/stat : 23633 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23347074 888836096 9206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890228

[startup+3.10268 s]
/proc/loadavg: 1.85 1.98 2.01 3/94 23633
/proc/meminfo: memFree=1757200/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.51
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1310 4933 0 1 5 2 41 3 15 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
[pid=23624] ppid=23611 vsize=5356 CPUtime=0
/proc/23624/stat : 23624 (sh) S 23611 23611 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23347070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23624/statm: 1339 233 193 169 0 50 0
[pid=23625] ppid=23624 vsize=868704 CPUtime=2.5
/proc/23625/stat : 23625 (java) S 23624 23611 23574 0 -1 0 10897 0 1 0 244 6 0 0 18 0 9 0 23347070 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23625/statm: 217176 10020 2591 9 0 211653 0
[pid=23625/tid=23626] ppid=23624 vsize=868704 CPUtime=1.77
/proc/23625/task/23626/stat : 23626 (java) R 23624 23611 23574 0 -1 64 2957 0 1 0 174 3 0 0 25 0 9 0 23347071 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4126880899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23627] ppid=23624 vsize=868704 CPUtime=0.53
/proc/23625/task/23627/stat : 23627 (java) S 23624 23611 23574 0 -1 64 5763 0 0 0 52 1 0 0 16 0 9 0 23347072 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23628] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23628/stat : 23628 (java) S 23624 23611 23574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23347072 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23629] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23629/stat : 23629 (java) S 23624 23611 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23347072 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23630] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23630/stat : 23630 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23347074 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23631] ppid=23624 vsize=868704 CPUtime=0.17
/proc/23625/task/23631/stat : 23631 (java) S 23624 23611 23574 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 23347074 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23632] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23632/stat : 23632 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23347074 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23633] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23633/stat : 23633 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23347074 889552896 10020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890928

[startup+6.30157 s]
/proc/loadavg: 1.94 1.99 2.02 3/94 23633
/proc/meminfo: memFree=1747408/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.51
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1310 4933 0 1 5 2 41 3 15 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
[pid=23624] ppid=23611 vsize=5356 CPUtime=0
/proc/23624/stat : 23624 (sh) S 23611 23611 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23347070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23624/statm: 1339 233 193 169 0 50 0
[pid=23625] ppid=23624 vsize=868704 CPUtime=5.66
/proc/23625/stat : 23625 (java) S 23624 23611 23574 0 -1 0 13636 0 1 0 555 11 0 0 18 0 9 0 23347070 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23625/statm: 217176 11403 2591 9 0 211653 0
[pid=23625/tid=23626] ppid=23624 vsize=868704 CPUtime=4.67
/proc/23625/task/23626/stat : 23626 (java) R 23624 23611 23574 0 -1 64 3088 0 1 0 462 5 0 0 25 0 9 0 23347071 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23627] ppid=23624 vsize=868704 CPUtime=0.79
/proc/23625/task/23627/stat : 23627 (java) S 23624 23611 23574 0 -1 64 8370 0 0 0 75 4 0 0 15 0 9 0 23347072 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23628] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23628/stat : 23628 (java) S 23624 23611 23574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23347072 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23629] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23629/stat : 23629 (java) S 23624 23611 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23347072 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23630] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23630/stat : 23630 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23347074 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23631] ppid=23624 vsize=868704 CPUtime=0.17
/proc/23625/task/23631/stat : 23631 (java) S 23624 23611 23574 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 23347074 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23632] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23632/stat : 23632 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23347074 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23633] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23633/stat : 23633 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23347074 889552896 11403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7015 s]
/proc/loadavg: 2.02 2.01 2.02 3/94 23633
/proc/meminfo: memFree=1742800/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=0.51
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1310 4933 0 1 5 2 41 3 16 0 1 0 23347013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1111 409 3 0 796 0
[pid=23624] ppid=23611 vsize=5356 CPUtime=0
/proc/23624/stat : 23624 (sh) S 23611 23611 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23347070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23624/statm: 1339 233 193 169 0 50 0
[pid=23625] ppid=23624 vsize=868704 CPUtime=11.99
/proc/23625/stat : 23625 (java) S 23624 23611 23574 0 -1 0 14047 0 1 0 1185 14 0 0 18 0 9 0 23347070 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23625/statm: 217176 11666 2591 9 0 211653 0
[pid=23625/tid=23626] ppid=23624 vsize=868704 CPUtime=10.84
/proc/23625/task/23626/stat : 23626 (java) R 23624 23611 23574 0 -1 64 3236 0 1 0 1076 8 0 0 25 0 9 0 23347071 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4126840802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23627] ppid=23624 vsize=868704 CPUtime=0.94
/proc/23625/task/23627/stat : 23627 (java) S 23624 23611 23574 0 -1 64 8625 0 0 0 89 5 0 0 16 0 9 0 23347072 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23628] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23628/stat : 23628 (java) S 23624 23611 23574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23347072 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23629] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23629/stat : 23629 (java) S 23624 23611 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23347072 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23630] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23630/stat : 23630 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23347074 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23631] ppid=23624 vsize=868704 CPUtime=0.18
/proc/23625/task/23631/stat : 23631 (java) S 23624 23611 23574 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 23347074 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23632] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23632/stat : 23632 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23347074 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23625/tid=23633] ppid=23624 vsize=868704 CPUtime=0
/proc/23625/task/23633/stat : 23633 (java) S 23624 23611 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23347074 889552896 11666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890928

[startup+25.503 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1752656/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=23.3
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1376 20394 0 2 5 2 2299 24 15 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
[pid=23634] ppid=23611 vsize=5356 CPUtime=0
/proc/23634/stat : 23634 (sh) S 23611 23611 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23349374 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23634/statm: 1339 232 193 169 0 50 0
[pid=23635] ppid=23634 vsize=22012 CPUtime=1.86
/proc/23635/stat : 23635 (minisat) R 23634 23611 23574 0 -1 4194304 5389 0 0 0 182 4 0 0 25 0 1 0 23349374 22540288 5375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23635/statm: 5503 5375 76 150 0 5350 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 44236

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

[startup+27.1013 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1751056/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=23.3
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1376 20394 0 2 5 2 2299 24 16 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
[pid=23634] ppid=23611 vsize=5356 CPUtime=0
/proc/23634/stat : 23634 (sh) S 23611 23611 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23349374 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23634/statm: 1339 232 193 169 0 50 0
[pid=23635] ppid=23634 vsize=24132 CPUtime=3.45
/proc/23635/stat : 23635 (minisat) R 23634 23611 23574 0 -1 4194304 5895 0 0 0 341 4 0 0 25 0 1 0 23349374 24711168 5881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23635/statm: 6033 5881 76 150 0 5880 0
Current children cumulated CPU time (s) 26.75
Current children cumulated vsize (KiB) 46356

[startup+27.9014 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1750096/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=23.3
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1376 20394 0 2 5 2 2299 24 16 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
[pid=23634] ppid=23611 vsize=5356 CPUtime=0
/proc/23634/stat : 23634 (sh) S 23611 23611 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23349374 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23634/statm: 1339 232 193 169 0 50 0
[pid=23635] ppid=23634 vsize=24692 CPUtime=4.24
/proc/23635/stat : 23635 (minisat) R 23634 23611 23574 0 -1 4194304 6056 0 0 0 419 5 0 0 25 0 1 0 23349374 25284608 6042 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/23635/statm: 6173 6042 76 150 0 6020 0
Current children cumulated CPU time (s) 27.54
Current children cumulated vsize (KiB) 46916

[startup+28.3015 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1750096/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=23.3
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1376 20394 0 2 5 2 2299 24 16 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
[pid=23634] ppid=23611 vsize=5356 CPUtime=0
/proc/23634/stat : 23634 (sh) S 23611 23611 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23349374 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23634/statm: 1339 232 193 169 0 50 0
[pid=23635] ppid=23634 vsize=24956 CPUtime=4.64
/proc/23635/stat : 23635 (minisat) R 23634 23611 23574 0 -1 4194304 6109 0 0 0 459 5 0 0 25 0 1 0 23349374 25554944 6095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23635/statm: 6239 6095 76 150 0 6086 0
Current children cumulated CPU time (s) 27.94
Current children cumulated vsize (KiB) 47180

[startup+28.7016 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1749392/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=28.28
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1430 26853 0 2 5 2 2791 30 17 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 16868

[startup+28.8016 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 23635
/proc/meminfo: memFree=1749392/2055920 swapFree=4192812/4192956
[pid=23611] ppid=23609 vsize=16868 CPUtime=28.29
/proc/23611/stat : 23611 (sugar) S 23609 23611 23574 0 -1 4194304 1450 26853 0 2 6 2 2791 30 16 0 1 0 23347013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23611/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 28.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 28.8175
CPU time (s): 28.4457
CPU user time (s): 28.0877
CPU system time (s): 0.357945
CPU usage (%): 98.7098
Max. virtual memory (cumulated for all children) (KiB): 893720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0877
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32145
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= 7203
involuntary context switches= 8165

runsolver used 0.050992 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 03:39:55
IDJOB=2076417
IDBENCH=56419
IDSOLVER=739
FILE ID=node5/2076417-1247362795
PBS_JOBID= 9506999
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle14.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-2076417-1247362795/watcher-2076417-1247362795 -o /tmp/evaluation-result-2076417-1247362795/solver-2076417-1247362795 -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-2076417-1247362795.xml

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

MD5SUM BENCH= 1ec970109b1fbfa6bb9f495f5a103253
RANDOM SEED=655774919

node5.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.258
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.258
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:       1789832 kB
Buffers:          8088 kB
Cached:          65420 kB
SwapCached:          0 kB
Active:         192900 kB
Inactive:        23360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:         158500 kB
Slab:            35020 kB
Committed_AS:   904092 kB
PageTables:       2036 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= 66380 MiB
End job on node5 at 2009-07-12 03:40:24