Trace number 1067715

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+picosatSAT 40.4279 40.9414

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-2-3.xml
MD5SUM118d1090046e8b77171153a0b19e9b4f
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.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:56:28 2008
0.00/0.05	c 0	PID 27919
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067715-1215150988.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-1067715-1215150988.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	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.28/0.41	c 0	Parsing HOME/temp.csp
0.28/0.51	c 0	parsed 181 expressions
0.28/0.51	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.51	c 0	Converting to clausal form CSP
0.28/0.54	c 0	converted 19 (10%) expressions
0.28/0.54	c 0	converted 37 (20%) expressions
0.28/0.54	c 0	converted 55 (30%) expressions
0.28/0.54	c 0	converted 73 (40%) expressions
0.28/0.54	c 0	converted 91 (50%) expressions
0.28/0.54	c 0	converted 109 (60%) expressions
0.28/0.54	c 0	converted 127 (70%) expressions
0.28/0.55	c 0	converted 145 (80%) expressions
0.28/0.58	c 0	converted 163 (90%) expressions
0.29/0.63	c 0	converted 181 (100%) expressions
0.29/0.63	c 0	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 8833
0.29/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.63	c 0	Propagation in CSP
0.29/0.67	c 1	219194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.67	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 5383
0.29/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.67	c 1	Simplifing CSP by introducing new Boolean variables
0.29/0.67	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 5383
0.29/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.71	c 1	21 (10%) CSP integer variables are encoded (705 clauses, 7607 bytes)
0.29/0.72	c 1	42 (20%) CSP integer variables are encoded (1798 clauses, 21271 bytes)
0.29/0.72	c 1	63 (30%) CSP integer variables are encoded (2754 clauses, 33699 bytes)
0.29/0.72	c 1	84 (40%) CSP integer variables are encoded (3898 clauses, 48571 bytes)
0.29/0.74	c 1	105 (50%) CSP integer variables are encoded (15044 clauses, 203736 bytes)
0.29/0.79	c 1	126 (60%) CSP integer variables are encoded (59265 clauses, 867051 bytes)
0.29/0.83	c 1	147 (70%) CSP integer variables are encoded (95122 clauses, 1404906 bytes)
0.29/0.88	c 1	168 (80%) CSP integer variables are encoded (128982 clauses, 1971053 bytes)
0.29/0.91	c 1	189 (90%) CSP integer variables are encoded (154128 clauses, 2398535 bytes)
0.29/0.99	c 1	210 (100%) CSP integer variables are encoded (210755 clauses, 3361194 bytes)
0.93/1.02	c 1	30 (10%) CSP clauses are encoded (217455 clauses, 3480243 bytes)
0.93/1.08	c 1	60 (20%) CSP clauses are encoded (258179 clauses, 4169037 bytes)
1.02/1.15	c 1	90 (30%) CSP clauses are encoded (293077 clauses, 4771180 bytes)
1.12/1.22	c 1	120 (40%) CSP clauses are encoded (337862 clauses, 5562967 bytes)
1.22/1.32	c 1	150 (50%) CSP clauses are encoded (393550 clauses, 6571497 bytes)
1.32/1.44	c 1	180 (60%) CSP clauses are encoded (460501 clauses, 7935617 bytes)
1.42/1.59	c 1	210 (70%) CSP clauses are encoded (544894 clauses, 9605329 bytes)
1.92/2.01	c 2	240 (80%) CSP clauses are encoded (776916 clauses, 14737793 bytes)
5.27/5.50	c 5	270 (90%) CSP clauses are encoded (2663921 clauses, 56795088 bytes)
6.72/6.94	c 7	300 (100%) CSP clauses are encoded (3431297 clauses, 73785135 bytes)
6.72/6.95	c 7	300 CSP clauses encoded
6.72/6.95	c 7	Writing map file : HOME/temp.map
6.72/6.95	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.72/6.95	c 7	SAT : 210952 SAT variables, 3431297 SAT clauses, 73785135 bytes
6.72/6.95	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.72/6.96	c 7	SOLVING HOME/temp.cnf
6.72/6.96	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
40.00/40.52	c 40	DECODING HOME/temp.out WITH HOME/temp.map
40.00/40.52	c 40	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.09/40.61	c 40	Decoding HOME/temp.out
40.29/40.86	s SATISFIABLE
40.29/40.86	v 63 55 70 50 65 53 67 70 28 3 3 15 38 70 21 56 70 10 41 71 37 38 6 70 66 23 46 44 64 59 70 67 16 53 29 2 26 62 53 5 70 54 7 11 33 70 25 19 38 71 70 27 37 29 4 25 26 21 35 3 13 13 70 19 71 12 14 70 68 70 22 70 12 26 69 19 3 12 70 40 70 46 70 70 14 70 4 42 46 71 69 70 24 13 51 55 8 29 59 63
40.29/40.87	c 41	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
40.29/40.90	c 41	CPU 23.33 (0.03 0.01 23.3 17.03)
40.29/40.90	c 41	END Fri Jul  4 07:57:09 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-1067715-1215150988/watcher-1067715-1215150988 -o /tmp/evaluation-result-1067715-1215150988/solver-1067715-1215150988 -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/picosat -tmp=HOME/temp HOME/instance-1067715-1215150988.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.85 1.98 1.99 4/81 27919
/proc/meminfo: memFree=1581320/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=12268 CPUtime=0
/proc/27919/stat : 27919 (sugar) R 27917 27919 25568 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994072820 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27919/statm: 3067 316 241 3 0 167 0

[startup+0.060903 s]
/proc/loadavg: 1.85 1.98 1.99 4/81 27919
/proc/meminfo: memFree=1581320/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.03
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1994072820 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103866 s]
/proc/loadavg: 1.85 1.98 1.99 4/81 27919
/proc/meminfo: memFree=1581320/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.03
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1994072820 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30292 s]
/proc/loadavg: 1.85 1.98 1.99 4/81 27919
/proc/meminfo: memFree=1581320/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.03
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 1994072820 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702963 s]
/proc/loadavg: 1.85 1.98 1.99 4/81 27919
/proc/meminfo: memFree=1581320/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.29
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 974 4289 0 1 3 1 22 3 15 0 1 0 1994072820 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 1.85 1.98 1.99 3/92 27941
/proc/meminfo: memFree=1568752/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.29
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 974 4289 0 1 3 1 22 3 15 0 1 0 1994072820 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 797 370 3 0 500 0
[pid=27932] ppid=27919 vsize=5356 CPUtime=0
/proc/27932/stat : 27932 (sh) S 27919 27919 25568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994072854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27932/statm: 1339 233 193 169 0 50 0
[pid=27933] ppid=27932 vsize=864224 CPUtime=1.13
/proc/27933/stat : 27933 (java) S 27932 27919 25568 0 -1 0 5265 0 1 0 105 8 0 0 18 0 9 0 1994072854 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27933/statm: 216056 4294 2562 9 0 210603 0
[pid=27933/tid=27934] ppid=27932 vsize=864224 CPUtime=0.91
/proc/27933/task/27934/stat : 27934 (java) R 27932 27919 25568 0 -1 64 2916 0 1 0 86 5 0 0 24 0 9 0 1994072855 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4126522021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27935] ppid=27932 vsize=864224 CPUtime=0.08
/proc/27933/task/27935/stat : 27935 (java) S 27932 27919 25568 0 -1 64 1304 0 0 0 7 1 0 0 16 0 9 0 1994072856 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27936] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27936/stat : 27936 (java) S 27932 27919 25568 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994072856 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27937] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27937/stat : 27937 (java) S 27932 27919 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994072856 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27938] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27938/stat : 27938 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994072858 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27939] ppid=27932 vsize=864224 CPUtime=0.11
/proc/27933/task/27939/stat : 27939 (java) S 27932 27919 25568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 1994072858 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27940] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27940/stat : 27940 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994072858 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27941] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27941/stat : 27941 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994072858 884965376 4294 996147200 134512640 134550740 4294955952 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) 883180

[startup+3.10118 s]
/proc/loadavg: 1.85 1.98 1.99 3/92 27941
/proc/meminfo: memFree=1556208/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.29
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 974 4289 0 1 3 1 22 3 15 0 1 0 1994072820 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 797 370 3 0 500 0
[pid=27932] ppid=27919 vsize=5356 CPUtime=0
/proc/27932/stat : 27932 (sh) S 27919 27919 25568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994072854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27932/statm: 1339 233 193 169 0 50 0
[pid=27933] ppid=27932 vsize=864224 CPUtime=2.7
/proc/27933/stat : 27933 (java) S 27932 27919 25568 0 -1 0 5782 0 1 0 247 23 0 0 18 0 9 0 1994072854 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27933/statm: 216056 4296 2562 9 0 210603 0
[pid=27933/tid=27934] ppid=27932 vsize=864224 CPUtime=2.36
/proc/27933/task/27934/stat : 27934 (java) R 27932 27919 25568 0 -1 64 3431 0 1 0 218 18 0 0 25 0 9 0 1994072855 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4126616818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27935] ppid=27932 vsize=864224 CPUtime=0.2
/proc/27933/task/27935/stat : 27935 (java) S 27932 27919 25568 0 -1 64 1304 0 0 0 16 4 0 0 16 0 9 0 1994072856 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27936] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27936/stat : 27936 (java) S 27932 27919 25568 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994072856 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27937] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27937/stat : 27937 (java) S 27932 27919 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994072856 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27938] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27938/stat : 27938 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994072858 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27939] ppid=27932 vsize=864224 CPUtime=0.11
/proc/27933/task/27939/stat : 27939 (java) S 27932 27919 25568 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 1994072858 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27940] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27940/stat : 27940 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994072858 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27941] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27941/stat : 27941 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994072858 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883180

[startup+6.30246 s]
/proc/loadavg: 1.86 1.98 1.99 3/92 27941
/proc/meminfo: memFree=1516080/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=0.29
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 974 4289 0 1 3 1 22 3 16 0 1 0 1994072820 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 797 370 3 0 500 0
[pid=27932] ppid=27919 vsize=5356 CPUtime=0
/proc/27932/stat : 27932 (sh) S 27919 27919 25568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994072854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27932/statm: 1339 233 193 169 0 50 0
[pid=27933] ppid=27932 vsize=864224 CPUtime=5.84
/proc/27933/stat : 27933 (java) S 27932 27919 25568 0 -1 0 6814 0 1 0 531 53 0 0 18 0 9 0 1994072854 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27933/statm: 216056 4297 2562 9 0 210603 0
[pid=27933/tid=27934] ppid=27932 vsize=864224 CPUtime=5.27
/proc/27933/task/27934/stat : 27934 (java) R 27932 27919 25568 0 -1 64 4462 0 1 0 486 41 0 0 25 0 9 0 1994072855 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4126532075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27935] ppid=27932 vsize=864224 CPUtime=0.43
/proc/27933/task/27935/stat : 27935 (java) S 27932 27919 25568 0 -1 64 1304 0 0 0 33 10 0 0 16 0 9 0 1994072856 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27936] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27936/stat : 27936 (java) S 27932 27919 25568 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994072856 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27937] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27937/stat : 27937 (java) S 27932 27919 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994072856 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27938] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27938/stat : 27938 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994072858 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27939] ppid=27932 vsize=864224 CPUtime=0.11
/proc/27933/task/27939/stat : 27939 (java) S 27932 27919 25568 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 1994072858 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27940] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27940/stat : 27940 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994072858 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27933/tid=27941] ppid=27932 vsize=864224 CPUtime=0
/proc/27933/task/27941/stat : 27941 (java) S 27932 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994072858 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883180

[startup+12.701 s]
/proc/loadavg: 1.87 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1474608/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=38136 CPUtime=5.66
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 8597 0 0 0 259 307 0 0 25 0 1 0 1994073517 39051264 8583 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 9534 8583 40 102 0 9429 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 57092

[startup+25.5022 s]
/proc/loadavg: 1.90 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1424368/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=87708 CPUtime=18.34
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 20775 0 0 0 841 993 0 0 25 0 1 0 1994073517 89812992 20761 996147200 134512640 134931368 4294956256 18446744073709551615 134514728 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 21927 20761 40 102 0 21822 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 106664

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

[startup+31.9091 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1399280/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=117416 CPUtime=24.68
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 26847 0 0 0 1135 1333 0 0 25 0 1 0 1994073517 120233984 26833 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 29354 26833 40 102 0 29249 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (KiB) 136372

[startup+35.1021 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1386736/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=128240 CPUtime=27.86
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 29879 0 0 0 1282 1504 0 0 25 0 1 0 1994073517 131317760 29865 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 32060 29865 40 102 0 31955 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 147196

[startup+38.3014 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1378288/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=138368 CPUtime=31.03
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 32337 0 0 0 1471 1632 0 0 25 0 1 0 1994073517 141688832 32312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 34592 32312 42 102 0 34487 0
Current children cumulated CPU time (s) 37.82
Current children cumulated vsize (KiB) 157324

[startup+39.9015 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 27943
/proc/meminfo: memFree=1376944/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=6.79
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1022 11615 0 2 3 1 611 64 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27942] ppid=27919 vsize=5356 CPUtime=0
/proc/27942/stat : 27942 (sh) S 27919 27919 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994073516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27942/statm: 1339 232 193 169 0 50 0
[pid=27943] ppid=27942 vsize=140416 CPUtime=32.61
/proc/27943/stat : 27943 (picosat) R 27942 27919 25568 0 -1 4194304 32355 0 0 0 1629 1632 0 0 25 0 1 0 1994073517 143785984 32330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27943/statm: 35104 32330 42 102 0 34999 0
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (KiB) 159372

[startup+40.7092 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27953
/proc/meminfo: memFree=1500720/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=40.04
/proc/27919/stat : 27919 (sugar) S 27917 27919 25568 0 -1 4194304 1087 44327 0 2 3 1 2300 1700 16 0 1 0 1994072820 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27919/statm: 3400 798 370 3 0 500 0
[pid=27944] ppid=27919 vsize=5356 CPUtime=0
/proc/27944/stat : 27944 (sh) S 27919 27919 25568 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1994076873 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27944/statm: 1339 233 193 169 0 50 0
[pid=27945] ppid=27944 vsize=864012 CPUtime=0.15
/proc/27945/stat : 27945 (java) S 27944 27919 25568 0 -1 0 3400 0 1 0 13 2 0 0 18 0 9 0 1994076873 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27945/statm: 216003 2875 1654 9 0 210585 0
[pid=27945/tid=27946] ppid=27944 vsize=864012 CPUtime=0.11
/proc/27945/task/27946/stat : 27946 (java) R 27944 27919 25568 0 -1 64 2414 0 1 0 10 1 0 0 20 0 9 0 1994076874 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4126436559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27947] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27947/stat : 27947 (java) S 27944 27919 25568 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1994076875 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27948] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27948/stat : 27948 (java) S 27944 27919 25568 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1994076876 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27949] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27949/stat : 27949 (java) S 27944 27919 25568 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994076876 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27950] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27950/stat : 27950 (java) S 27944 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994076878 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27951] ppid=27944 vsize=864012 CPUtime=0.02
/proc/27945/task/27951/stat : 27951 (java) S 27944 27919 25568 0 -1 64 291 0 0 0 2 0 0 0 17 0 9 0 1994076878 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27952] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27952/stat : 27952 (java) S 27944 27919 25568 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994076878 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27945/tid=27953] ppid=27944 vsize=864012 CPUtime=0
/proc/27945/task/27953/stat : 27953 (java) S 27944 27919 25568 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1994076878 884748288 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.19
Current children cumulated vsize (KiB) 882968

[startup+40.9087 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27953
/proc/meminfo: memFree=1500720/2055920 swapFree=4180840/4192956
[pid=27919] ppid=27917 vsize=13600 CPUtime=40.38
/proc/27919/stat : 27919 (sugar) R 27917 27919 25568 0 -1 4194304 1116 48183 0 3 3 2 2330 1703 16 0 1 0 1994072820 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27919/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 40.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 40.9414
CPU time (s): 40.4279
CPU user time (s): 23.3375
CPU system time (s): 17.0904
CPU usage (%): 98.7456
Max. virtual memory (cumulated for all children) (KiB): 883180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3375
system time used= 17.0904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49329
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= 15344
involuntary context switches= 15958

runsolver used 0.05999 second user time and 0.150977 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 07:56:28
IDJOB=1067715
IDBENCH=55411
IDSOLVER=345
FILE ID=node25/1067715-1215150988
PBS_JOBID= 7877293
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-40-2-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067715-1215150988/watcher-1067715-1215150988 -o /tmp/evaluation-result-1067715-1215150988/solver-1067715-1215150988 -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/picosat" -tmp="HOME/temp" HOME/instance-1067715-1215150988.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 118d1090046e8b77171153a0b19e9b4f
RANDOM SEED=1420609094

node25.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.234
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.234
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:       1581800 kB
Buffers:         34436 kB
Cached:         125256 kB
SwapCached:       5956 kB
Active:         345220 kB
Inactive:        69444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581800 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         271156 kB
Slab:            43168 kB
Committed_AS:  3715184 kB
PageTables:       3464 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= 66556 MiB
End job on node25 at 2008-07-04 07:57:09