Trace number 1055858

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 30.2834 30.6555

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-8_ext.xml
MD5SUMbf163617dfabfacac1751e8d2d93f3ed
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:47:26 2008
0.00/0.04	c 0	PID 10987
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055858-1215060446.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-1055858-1215060446.xml' 'HOME/temp.csp'
0.03/0.34	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 0	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.32/0.45	c 0	Parsing HOME/temp.csp
0.32/0.61	c 0	parsed 319 expressions
0.32/0.62	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.62	c 0	Converting to clausal form CSP
0.32/0.64	c 0	converted 32 (10%) expressions
0.32/0.64	c 0	converted 64 (20%) expressions
0.32/0.66	c 0	converted 96 (30%) expressions
0.32/0.67	c 0	converted 128 (40%) expressions
0.32/0.67	c 0	converted 160 (50%) expressions
0.32/0.67	c 0	converted 192 (60%) expressions
0.32/0.68	c 0	converted 224 (70%) expressions
0.32/0.68	c 0	converted 256 (80%) expressions
0.32/0.68	c 0	converted 288 (90%) expressions
1.43/1.55	c 1	converted 319 (100%) expressions
1.43/1.55	c 1	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.43/1.55	c 1	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.55	c 1	Propagation in CSP
1.43/1.55	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.55	c 1	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.43/1.55	c 1	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.55	c 1	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.43/1.55	c 1	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.72	c 1	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
1.62/1.73	c 1	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
1.62/1.73	c 1	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
1.62/1.73	c 1	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
1.62/1.74	c 1	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
1.62/1.74	c 1	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
1.62/1.74	c 1	43 (70%) CSP integer variables are encoded (20712 clauses, 288578 bytes)
1.62/1.75	c 1	49 (80%) CSP integer variables are encoded (21456 clauses, 299738 bytes)
1.62/1.75	c 1	55 (90%) CSP integer variables are encoded (22200 clauses, 310898 bytes)
1.62/1.75	c 1	61 (100%) CSP integer variables are encoded (22696 clauses, 318338 bytes)
1.62/1.79	c 1	23 (10%) CSP clauses are encoded (23194 clauses, 327669 bytes)
1.72/1.81	c 1	46 (20%) CSP clauses are encoded (23673 clauses, 338803 bytes)
1.72/1.83	c 1	69 (30%) CSP clauses are encoded (24150 clauses, 350083 bytes)
1.72/1.84	c 1	92 (40%) CSP clauses are encoded (24648 clauses, 361638 bytes)
1.72/1.85	c 2	115 (50%) CSP clauses are encoded (25125 clauses, 372963 bytes)
1.72/1.87	c 2	138 (60%) CSP clauses are encoded (25623 clauses, 384609 bytes)
1.72/1.89	c 2	161 (70%) CSP clauses are encoded (26120 clauses, 396664 bytes)
1.82/1.92	c 2	184 (80%) CSP clauses are encoded (26637 clauses, 409704 bytes)
1.82/1.95	c 2	207 (90%) CSP clauses are encoded (27169 clauses, 422912 bytes)
22.22/22.50	c 22	230 (100%) CSP clauses are encoded (331284 clauses, 10395889 bytes)
22.22/22.50	c 22	230 CSP clauses encoded
22.22/22.50	c 22	Writing map file : HOME/temp.map
22.22/22.50	c 22	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.22/22.50	c 22	SAT : 22755 SAT variables, 331284 SAT clauses, 10395889 bytes
22.22/22.50	c 22	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.22/22.54	c 22	SOLVING HOME/temp.cnf
22.22/22.54	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.22/22.54	c 22	This is MiniSat 2.0 beta
22.22/22.54	c 22	WARNING: for repeatability, setting FPU to use double precision
22.22/22.54	c 22	============================[ Problem Statistics ]=============================
22.22/22.54	c 22	|                                                                             |
22.22/22.54	c 22	|  Number of variables:  22755                                                |
22.22/22.54	c 22	|  Number of clauses:    331284                                               |
22.25/22.75	c 22	|  Parsing time:         0.19         s                                       |
22.25/22.77	c 22	============================[ Search Statistics ]==============================
22.25/22.77	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.25/22.77	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.25/22.77	c 22	===============================================================================
22.25/22.77	c 22	|         0 |   21754   322262  1516524 |   107420        0    nan |  0.000 % |
22.25/22.83	c 22	|       102 |   21681   322262  1516524 |   118162       71      4 | 31.791 % |
22.25/22.89	c 23	|       252 |   21674   322262  1516524 |   129979      207      6 | 39.851 % |
22.25/22.94	c 23	|       477 |   21673   322262  1516524 |   142976      431      8 | 43.696 % |
22.79/23.11	c 23	|       815 |   21618   322262  1516524 |   157274      733      7 | 63.283 % |
22.89/23.24	c 23	|      1321 |   21597   322262  1516524 |   173002     1220      8 | 67.466 % |
23.18/23.53	c 23	|      2080 |   21525   322262  1516524 |   190302     1953      9 | 72.221 % |
23.48/23.85	c 24	|      3219 |   21485   322262  1516524 |   209332     3061      9 | 80.453 % |
24.08/24.45	c 24	|      4927 |   21484   322262  1516524 |   230265     4767     10 | 80.813 % |
25.46/25.81	c 25	|      7490 |   21436   322262  1516524 |   253292     7321     12 | 81.345 % |
27.84/28.27	c 28	|     11334 |    4231   233975  1135410 |   278621    10421     14 | 81.661 % |
30.01/30.46	c 30	===============================================================================
30.01/30.46	c 30	restarts              : 11
30.01/30.46	c 30	conflicts             : 14193          (1816 /sec)
30.01/30.46	c 30	decisions             : 25915          (0.62 % random) (3317 /sec)
30.01/30.46	c 30	propagations          : 3428795        (438812 /sec)
30.01/30.46	c 30	conflict literals     : 212593         (44.90 % deleted)
30.01/30.46	c 30	Memory used           : 21.22 MB
30.01/30.46	c 30	CPU time              : 7.81381 s
30.01/30.46	c 30	
30.01/30.47	c 30	SATISFIABLE
30.01/30.47	c 30	DECODING HOME/temp.out WITH HOME/temp.map
30.01/30.47	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.10/30.56	c 30	Decoding HOME/temp.out
30.10/30.63	s SATISFIABLE
30.10/30.63	v 2 12 12 7 11 3 14 7 6 22 10 6 20 7 13 5 16 10 17 2 7 0 9 14 3 1 5 8 18 6 15 7 1 3 4 1 8 4 19 0 19 22 29 51 57 64 69 79 81 81 95 96 104 110 117 120 121 125 125 125 0
30.10/30.63	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
30.10/30.65	c 30	CPU 29.91 (0.03 0.01 29.88 0.33)
30.10/30.65	c 30	END Thu Jul  3 06:47:56 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-1055858-1215060446/watcher-1055858-1215060446 -o /tmp/evaluation-result-1055858-1215060446/solver-1055858-1215060446 -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-1055858-1215060446.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: 1.91 1.97 1.99 4/75 10987
/proc/meminfo: memFree=1760688/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=12268 CPUtime=0
/proc/10987/stat : 10987 (sugar) R 10985 10987 10914 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985016835 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273662655486 0 0 4224 0 0 0 0 17 1 0 0
/proc/10987/statm: 3067 316 241 3 0 167 0

[startup+0.057914 s]
/proc/loadavg: 1.91 1.97 1.99 4/75 10987
/proc/meminfo: memFree=1760688/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.03
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985016835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101921 s]
/proc/loadavg: 1.91 1.97 1.99 4/75 10987
/proc/meminfo: memFree=1760688/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.03
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985016835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301947 s]
/proc/loadavg: 1.91 1.97 1.99 4/75 10987
/proc/meminfo: memFree=1760688/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.03
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985016835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702007 s]
/proc/loadavg: 1.91 1.97 1.99 4/75 10987
/proc/meminfo: memFree=1760688/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.32
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 973 4739 0 1 3 0 26 3 15 0 1 0 1985016835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.91 1.97 1.99 5/86 11009
/proc/meminfo: memFree=1741528/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.32
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 973 4739 0 1 3 0 26 3 15 0 1 0 1985016835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 797 370 3 0 500 0
[pid=11000] ppid=10987 vsize=5356 CPUtime=0
/proc/11000/stat : 11000 (sh) S 10987 10987 10914 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985016872 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11000/statm: 1339 233 193 169 0 50 0
[pid=11001] ppid=11000 vsize=864340 CPUtime=1.11
/proc/11001/stat : 11001 (java) S 11000 10987 10914 0 -1 0 10279 0 1 0 106 5 0 0 18 0 9 0 1985016872 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11001/statm: 216085 9554 2540 9 0 210660 0
[pid=11001/tid=11002] ppid=11000 vsize=864340 CPUtime=0.43
/proc/11001/task/11002/stat : 11002 (java) R 11000 10987 10914 0 -1 64 2747 0 1 0 42 1 0 0 23 0 9 0 1985016873 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 103205792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11003] ppid=11000 vsize=864340 CPUtime=0.57
/proc/11001/task/11003/stat : 11003 (java) S 11000 10987 10914 0 -1 64 6503 0 0 0 55 2 0 0 18 0 9 0 1985016874 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11004] ppid=11000 vsize=864340 CPUtime=0
/proc/11001/task/11004/stat : 11004 (java) S 11000 10987 10914 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985016875 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11005] ppid=11000 vsize=864340 CPUtime=0
/proc/11001/task/11005/stat : 11005 (java) S 11000 10987 10914 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985016875 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11006] ppid=11000 vsize=864340 CPUtime=0
/proc/11001/task/11006/stat : 11006 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985016877 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11007] ppid=11000 vsize=864340 CPUtime=0.07
/proc/11001/task/11007/stat : 11007 (java) S 11000 10987 10914 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1985016877 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11008] ppid=11000 vsize=864340 CPUtime=0
/proc/11001/task/11008/stat : 11008 (java) S 11000 10987 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985016877 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11009] ppid=11000 vsize=864340 CPUtime=0
/proc/11001/task/11009/stat : 11009 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985016877 885084160 9554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883296

[startup+3.10236 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 11009
/proc/meminfo: memFree=1724888/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.33
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 974 4739 0 1 3 1 26 3 15 0 1 0 1985016835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 797 370 3 0 500 0
[pid=11000] ppid=10987 vsize=5356 CPUtime=0
/proc/11000/stat : 11000 (sh) S 10987 10987 10914 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985016872 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11000/statm: 1339 233 193 169 0 50 0
[pid=11001] ppid=11000 vsize=864452 CPUtime=2.68
/proc/11001/stat : 11001 (java) S 11000 10987 10914 0 -1 0 11834 0 1 0 262 6 0 0 18 0 9 0 1985016872 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11001/statm: 216113 11046 2564 9 0 210660 0
[pid=11001/tid=11002] ppid=11000 vsize=864452 CPUtime=1.78
/proc/11001/task/11002/stat : 11002 (java) R 11000 10987 10914 0 -1 64 3082 0 1 0 176 2 0 0 25 0 9 0 1985016873 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11003] ppid=11000 vsize=864452 CPUtime=0.78
/proc/11001/task/11003/stat : 11003 (java) S 11000 10987 10914 0 -1 64 7702 0 0 0 75 3 0 0 16 0 9 0 1985016874 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11004] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11004/stat : 11004 (java) S 11000 10987 10914 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985016875 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11005] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11005/stat : 11005 (java) S 11000 10987 10914 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985016875 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11006] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11006/stat : 11006 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985016877 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11007] ppid=11000 vsize=864452 CPUtime=0.11
/proc/11001/task/11007/stat : 11007 (java) S 11000 10987 10914 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 1985016877 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11008] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11008/stat : 11008 (java) S 11000 10987 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985016877 885198848 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11009] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11009/stat : 11009 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985016877 885198848 11046 996147200 134512640 134550740 4294955952 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) 883408

[startup+6.30283 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 11009
/proc/meminfo: memFree=1720216/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.33
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 974 4739 0 1 3 1 26 3 15 0 1 0 1985016835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 797 370 3 0 500 0
[pid=11000] ppid=10987 vsize=5356 CPUtime=0
/proc/11000/stat : 11000 (sh) S 10987 10987 10914 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985016872 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11000/statm: 1339 233 193 169 0 50 0
[pid=11001] ppid=11000 vsize=864452 CPUtime=5.85
/proc/11001/stat : 11001 (java) S 11000 10987 10914 0 -1 0 12838 0 1 0 576 9 0 0 18 0 9 0 1985016872 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11001/statm: 216113 11947 2564 9 0 210660 0
[pid=11001/tid=11002] ppid=11000 vsize=864452 CPUtime=4.8
/proc/11001/task/11002/stat : 11002 (java) R 11000 10987 10914 0 -1 64 3185 0 1 0 477 3 0 0 25 0 9 0 1985016873 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11003] ppid=11000 vsize=864452 CPUtime=0.92
/proc/11001/task/11003/stat : 11003 (java) S 11000 10987 10914 0 -1 64 8603 0 0 0 87 5 0 0 16 0 9 0 1985016874 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11004] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11004/stat : 11004 (java) S 11000 10987 10914 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985016875 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11005] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11005/stat : 11005 (java) S 11000 10987 10914 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985016875 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11006] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11006/stat : 11006 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985016877 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11007] ppid=11000 vsize=864452 CPUtime=0.11
/proc/11001/task/11007/stat : 11007 (java) S 11000 10987 10914 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 1985016877 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11008] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11008/stat : 11008 (java) S 11000 10987 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985016877 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11009] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11009/stat : 11009 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985016877 885198848 11947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883408

[startup+12.7028 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 11009
/proc/meminfo: memFree=1709016/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=0.33
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 974 4739 0 1 3 1 26 3 15 0 1 0 1985016835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 797 370 3 0 500 0
[pid=11000] ppid=10987 vsize=5356 CPUtime=0
/proc/11000/stat : 11000 (sh) S 10987 10987 10914 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985016872 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11000/statm: 1339 233 193 169 0 50 0
[pid=11001] ppid=11000 vsize=864452 CPUtime=12.19
/proc/11001/stat : 11001 (java) S 11000 10987 10914 0 -1 0 14904 0 1 0 1205 14 0 0 18 0 9 0 1985016872 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11001/statm: 216113 13794 2564 9 0 210660 0
[pid=11001/tid=11002] ppid=11000 vsize=864452 CPUtime=10.83
/proc/11001/task/11002/stat : 11002 (java) R 11000 10987 10914 0 -1 64 3404 0 1 0 1078 5 0 0 25 0 9 0 1985016873 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11003] ppid=11000 vsize=864452 CPUtime=1.21
/proc/11001/task/11003/stat : 11003 (java) S 11000 10987 10914 0 -1 64 10449 0 0 0 114 7 0 0 16 0 9 0 1985016874 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11004] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11004/stat : 11004 (java) S 11000 10987 10914 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985016875 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11005] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11005/stat : 11005 (java) S 11000 10987 10914 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985016875 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11006] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11006/stat : 11006 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985016877 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11007] ppid=11000 vsize=864452 CPUtime=0.11
/proc/11001/task/11007/stat : 11007 (java) S 11000 10987 10914 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1985016877 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11008] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11008/stat : 11008 (java) S 11000 10987 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985016877 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11001/tid=11009] ppid=11000 vsize=864452 CPUtime=0
/proc/11001/task/11009/stat : 11009 (java) S 11000 10987 10914 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985016877 885198848 13794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883408

[startup+25.5017 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727704/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=22.25
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1031 23742 0 2 3 1 2194 27 15 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
[pid=11010] ppid=10987 vsize=5356 CPUtime=0
/proc/11010/stat : 11010 (sh) S 10987 10987 10914 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985019089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11010/statm: 1339 232 193 169 0 50 0
[pid=11011] ppid=11010 vsize=21436 CPUtime=2.91
/proc/11011/stat : 11011 (minisat) R 11010 10987 10914 0 -1 4194304 5087 0 0 0 289 2 0 0 25 0 1 0 1985019089 21950464 5073 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11011/statm: 5359 5073 75 150 0 5206 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40392

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

[startup+28.7021 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727384/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=22.25
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1031 23742 0 2 3 1 2194 27 16 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
[pid=11010] ppid=10987 vsize=5356 CPUtime=0
/proc/11010/stat : 11010 (sh) S 10987 10987 10914 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985019089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11010/statm: 1339 232 193 169 0 50 0
[pid=11011] ppid=11010 vsize=21728 CPUtime=6.08
/proc/11011/stat : 11011 (minisat) R 11010 10987 10914 0 -1 4194304 5129 0 0 0 606 2 0 0 25 0 1 0 1985019089 22249472 5115 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11011/statm: 5432 5115 75 150 0 5279 0
Current children cumulated CPU time (s) 28.33
Current children cumulated vsize (KiB) 40684

[startup+29.5023 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727384/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=22.25
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1031 23742 0 2 3 1 2194 27 16 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
[pid=11010] ppid=10987 vsize=5356 CPUtime=0
/proc/11010/stat : 11010 (sh) S 10987 10987 10914 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985019089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11010/statm: 1339 232 193 169 0 50 0
[pid=11011] ppid=11010 vsize=21728 CPUtime=6.88
/proc/11011/stat : 11011 (minisat) R 11010 10987 10914 0 -1 4194304 5129 0 0 0 686 2 0 0 25 0 1 0 1985019089 22249472 5115 996147200 134512640 135127466 4294956272 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/11011/statm: 5432 5115 75 150 0 5279 0
Current children cumulated CPU time (s) 29.13
Current children cumulated vsize (KiB) 40684

[startup+30.3014 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727448/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=22.25
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1031 23742 0 2 3 1 2194 27 16 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
[pid=11010] ppid=10987 vsize=5356 CPUtime=0
/proc/11010/stat : 11010 (sh) S 10987 10987 10914 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985019089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11010/statm: 1339 232 193 169 0 50 0
[pid=11011] ppid=11010 vsize=21728 CPUtime=7.66
/proc/11011/stat : 11011 (minisat) R 11010 10987 10914 0 -1 4194304 5131 0 0 0 764 2 0 0 25 0 1 0 1985019089 22249472 5117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11011/statm: 5432 5117 75 150 0 5279 0
Current children cumulated CPU time (s) 29.91
Current children cumulated vsize (KiB) 40684

[startup+30.5016 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727448/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=30.1
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1070 29174 0 2 3 1 2976 30 17 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 13600

[startup+30.6014 s]
/proc/loadavg: 1.99 1.99 1.99 3/78 11011
/proc/meminfo: memFree=1727448/2055920 swapFree=4180424/4192956
[pid=10987] ppid=10985 vsize=13600 CPUtime=30.1
/proc/10987/stat : 10987 (sugar) S 10985 10987 10914 0 -1 4194304 1089 29174 0 2 3 1 2976 30 16 0 1 0 1985016835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10987/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 30.6555
CPU time (s): 30.2834
CPU user time (s): 29.9244
CPU system time (s): 0.358945
CPU usage (%): 98.7861
Max. virtual memory (cumulated for all children) (KiB): 888536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.9245
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34030
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= 6993
involuntary context switches= 7393

runsolver used 0.053991 second user time and 0.108983 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-03 06:47:26
IDJOB=1055858
IDBENCH=56974
IDSOLVER=346
FILE ID=node52/1055858-1215060446
PBS_JOBID= 7875228
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-8_ext.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-1055858-1215060446/watcher-1055858-1215060446 -o /tmp/evaluation-result-1055858-1215060446/solver-1055858-1215060446 -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-1055858-1215060446.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf163617dfabfacac1751e8d2d93f3ed
RANDOM SEED=1394244942

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1761168 kB
Buffers:         47736 kB
Cached:         175296 kB
SwapCached:       6808 kB
Active:         142440 kB
Inactive:        94728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761168 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          20392 kB
Slab:            42900 kB
Committed_AS:  3893076 kB
PageTables:       1860 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= 66524 MiB
End job on node52 at 2008-07-03 06:47:56