Trace number 1101373

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 219.342 221.484

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-22_ext.xml
MD5SUMac763b3ae8565455c2a92c96a9db7d59
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.834872
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints341
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension341
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/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 23:25:51 2008
0.00/0.04	c 0	PID 32520
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101373-1215293150.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-1101373-1215293150.xml' 'HOME/temp.csp'
0.03/0.75	c 0	1 domains, 40 variables, 0 predicates, 341 relations, 341 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.72/0.87	c 0	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 723 expressions
1.01/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.17	c 1	Converting to clausal form CSP
1.01/1.20	c 1	converted 73 (10%) expressions
1.11/1.20	c 1	converted 145 (20%) expressions
1.11/1.20	c 1	converted 217 (30%) expressions
1.11/1.20	c 1	converted 290 (40%) expressions
1.11/1.21	c 1	converted 362 (50%) expressions
1.11/1.28	c 1	converted 434 (60%) expressions
1.21/1.30	c 1	converted 507 (70%) expressions
1.21/1.32	c 1	converted 579 (80%) expressions
1.21/1.33	c 1	converted 651 (90%) expressions
1.21/1.35	c 1	converted 723 (100%) expressions
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 1	Propagation in CSP
1.21/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.41	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.41	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.41	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.41	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.41	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.41	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.42	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.42	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.42	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.42	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.47	c 1	35 (10%) CSP clauses are encoded (2945 clauses, 44303 bytes)
1.31/1.49	c 1	69 (20%) CSP clauses are encoded (5059 clauses, 79870 bytes)
1.41/1.50	c 1	103 (30%) CSP clauses are encoded (7223 clauses, 118862 bytes)
1.41/1.52	c 1	137 (40%) CSP clauses are encoded (9375 clauses, 159315 bytes)
1.41/1.53	c 1	171 (50%) CSP clauses are encoded (11559 clauses, 200365 bytes)
1.41/1.55	c 1	205 (60%) CSP clauses are encoded (13759 clauses, 241583 bytes)
1.41/1.56	c 1	239 (70%) CSP clauses are encoded (15953 clauses, 282793 bytes)
1.41/1.57	c 1	273 (80%) CSP clauses are encoded (18108 clauses, 323192 bytes)
1.41/1.59	c 1	307 (90%) CSP clauses are encoded (20343 clauses, 365027 bytes)
1.50/1.60	c 1	341 (100%) CSP clauses are encoded (22502 clauses, 405659 bytes)
1.50/1.60	c 1	341 CSP clauses encoded
1.50/1.60	c 1	Writing map file : HOME/temp.map
1.50/1.60	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 1	SAT : 720 SAT variables, 22502 SAT clauses, 405659 bytes
1.50/1.60	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.62	c 1	SOLVING HOME/temp.cnf
1.50/1.62	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
219.13/221.36	c 221	DECODING HOME/temp.out WITH HOME/temp.map
219.13/221.36	c 221	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
219.20/221.45	c 221	Decoding HOME/temp.out
219.20/221.47	s SATISFIABLE
219.20/221.47	v 17 18 0 16 16 13 4 15 5 14 13 4 5 11 9 18 5 4 2 12 14 0 17 10 7 0 16 9 6 0 9 16 14 1 17 0 18 17 2 6
219.20/221.47	c 221	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
219.20/221.48	c 221	CPU 219.05 (0.03 0 219.02 0.27)
219.20/221.48	c 221	END Sat Jul  5 23:29:32 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-1101373-1215293150/watcher-1101373-1215293150 -o /tmp/evaluation-result-1101373-1215293150/solver-1101373-1215293150 -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-1101373-1215293150.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.95 1.97 4/73 32520
/proc/meminfo: memFree=1679176/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=18572 CPUtime=0
/proc/32520/stat : 32520 (runsolver) R 32518 32520 32331 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008289203 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32520/statm: 4643 292 257 25 0 2626 0

[startup+0.0906299 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32520
/proc/meminfo: memFree=1679176/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=0.03
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008289203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101631 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32520
/proc/meminfo: memFree=1679176/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=0.03
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008289203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301653 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32520
/proc/meminfo: memFree=1679176/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=0.03
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008289203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701698 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32520
/proc/meminfo: memFree=1679176/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=0.03
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008289203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 1.91 1.95 1.97 3/84 32542
/proc/meminfo: memFree=1670768/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=0.72
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 974 4747 0 1 3 0 66 3 15 0 1 0 2008289203 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 797 370 3 0 500 0
[pid=32533] ppid=32520 vsize=5356 CPUtime=0
/proc/32533/stat : 32533 (sh) S 32520 32520 32331 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008289282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32533/statm: 1339 233 193 169 0 50 0
[pid=32534] ppid=32533 vsize=864432 CPUtime=0.69
/proc/32534/stat : 32534 (java) S 32533 32520 32331 0 -1 0 6760 0 1 0 65 4 0 0 19 0 9 0 2008289283 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32534/statm: 216108 6019 2563 9 0 210655 0
[pid=32534/tid=32535] ppid=32533 vsize=864432 CPUtime=0.41
/proc/32534/task/32535/stat : 32535 (java) R 32533 32520 32331 0 -1 64 2704 0 1 0 39 2 0 0 18 0 9 0 2008289284 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 103215102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32536] ppid=32533 vsize=864432 CPUtime=0.15
/proc/32534/task/32536/stat : 32536 (java) S 32533 32520 32331 0 -1 64 3005 0 0 0 15 0 0 0 16 0 9 0 2008289285 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32537] ppid=32533 vsize=864432 CPUtime=0
/proc/32534/task/32537/stat : 32537 (java) S 32533 32520 32331 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008289285 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32538] ppid=32533 vsize=864432 CPUtime=0
/proc/32534/task/32538/stat : 32538 (java) S 32533 32520 32331 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008289285 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32539] ppid=32533 vsize=864432 CPUtime=0
/proc/32534/task/32539/stat : 32539 (java) S 32533 32520 32331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008289287 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32540] ppid=32533 vsize=864432 CPUtime=0.1
/proc/32534/task/32540/stat : 32540 (java) S 32533 32520 32331 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 2008289287 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32541] ppid=32533 vsize=864432 CPUtime=0
/proc/32534/task/32541/stat : 32541 (java) S 32533 32520 32331 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008289287 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32534/tid=32542] ppid=32533 vsize=864432 CPUtime=0
/proc/32534/task/32542/stat : 32542 (java) S 32533 32520 32331 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008289287 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883388

[startup+3.10197 s]
/proc/loadavg: 1.91 1.95 1.97 3/76 32544
/proc/meminfo: memFree=1675120/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=1932 CPUtime=1.44
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 414 0 0 0 131 13 0 0 25 0 1 0 2008289367 1978368 398 996147200 134512640 134931368 4294956256 18446744073709551615 134523539 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 483 398 48 102 0 378 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 20888

[startup+6.30134 s]
/proc/loadavg: 1.92 1.95 1.97 3/76 32544
/proc/meminfo: memFree=1674480/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=2048 CPUtime=4.61
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 462 0 0 0 448 13 0 0 25 0 1 0 2008289367 2097152 446 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 512 446 48 102 0 407 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 21004

[startup+12.7021 s]
/proc/loadavg: 1.93 1.95 1.97 3/76 32544
/proc/meminfo: memFree=1674096/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=2392 CPUtime=10.95
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 531 0 0 0 1082 13 0 0 25 0 1 0 2008289367 2449408 515 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 598 515 48 102 0 493 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 21348

[startup+25.5015 s]
/proc/loadavg: 1.94 1.96 1.97 3/76 32544
/proc/meminfo: memFree=1673776/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=2884 CPUtime=23.63
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 632 0 0 0 2350 13 0 0 25 0 1 0 2008289367 2953216 616 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 721 616 48 102 0 616 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 21840

[startup+51.1014 s]
/proc/loadavg: 1.96 1.96 1.97 3/76 32544
/proc/meminfo: memFree=1673328/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=3376 CPUtime=49
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 752 0 0 0 4886 14 0 0 25 0 1 0 2008289367 3457024 736 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 844 736 48 102 0 739 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 22332

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.97 3/76 32544
/proc/meminfo: memFree=1672624/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=3916 CPUtime=99.72
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 910 0 0 0 9958 14 0 0 25 0 1 0 2008289367 4009984 886 996147200 134512640 134931368 4294956256 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 979 886 48 102 0 874 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 22872

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1672048/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4352 CPUtime=159.15
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1043 0 0 0 15901 14 0 0 25 0 1 0 2008289367 4456448 1013 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1088 1013 48 102 0 983 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 23308

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

[startup+179.101 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1672048/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4524 CPUtime=175.79
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1088 0 0 0 17565 14 0 0 25 0 1 0 2008289367 4632576 1058 996147200 134512640 134931368 4294956256 18446744073709551615 134530176 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1131 1058 48 102 0 1026 0
Current children cumulated CPU time (s) 177.32
Current children cumulated vsize (KiB) 23480

[startup+204.702 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4704 CPUtime=201.15
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1140 0 0 0 20101 14 0 0 25 0 1 0 2008289367 4816896 1075 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1176 1075 48 102 0 1071 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (KiB) 23660

[startup+211.103 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4688 CPUtime=207.49
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1140 0 0 0 20735 14 0 0 25 0 1 0 2008289367 4800512 1071 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1172 1071 48 102 0 1067 0
Current children cumulated CPU time (s) 209.02
Current children cumulated vsize (KiB) 23644

[startup+217.502 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4696 CPUtime=213.83
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1142 0 0 0 21369 14 0 0 25 0 1 0 2008289367 4808704 1073 996147200 134512640 134931368 4294956256 18446744073709551615 134525835 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1174 1073 48 102 0 1069 0
Current children cumulated CPU time (s) 215.36
Current children cumulated vsize (KiB) 23652

[startup+219.103 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4696 CPUtime=215.42
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1142 0 0 0 21528 14 0 0 25 0 1 0 2008289367 4808704 1073 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1174 1073 48 102 0 1069 0
Current children cumulated CPU time (s) 216.95
Current children cumulated vsize (KiB) 23652

[startup+220.702 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4696 CPUtime=217.01
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1142 0 0 0 21687 14 0 0 25 0 1 0 2008289367 4808704 1073 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1174 1073 48 102 0 1069 0
Current children cumulated CPU time (s) 218.54
Current children cumulated vsize (KiB) 23652

[startup+221.107 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4696 CPUtime=217.4
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1142 0 0 0 21726 14 0 0 25 0 1 0 2008289367 4808704 1073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1174 1073 48 102 0 1069 0
Current children cumulated CPU time (s) 218.93
Current children cumulated vsize (KiB) 23652

[startup+221.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=1.53
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1022 11835 0 2 3 0 141 9 16 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
[pid=32543] ppid=32520 vsize=5356 CPUtime=0
/proc/32543/stat : 32543 (sh) S 32520 32520 32331 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008289366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32543/statm: 1339 232 193 169 0 50 0
[pid=32544] ppid=32543 vsize=4696 CPUtime=217.6
/proc/32544/stat : 32544 (picosat) R 32543 32520 32331 0 -1 4194304 1142 0 0 0 21746 14 0 0 25 0 1 0 2008289367 4808704 1073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32544/statm: 1174 1073 48 102 0 1069 0
Current children cumulated CPU time (s) 219.13
Current children cumulated vsize (KiB) 23652

[startup+221.402 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 32544
/proc/meminfo: memFree=1671664/2055920 swapFree=4180004/4192956
[pid=32520] ppid=32518 vsize=13600 CPUtime=219.2
/proc/32520/stat : 32520 (sugar) S 32518 32520 32331 0 -1 4194304 1070 13268 0 2 3 0 21893 24 17 0 1 0 2008289203 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32520/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 219.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 221.484
CPU time (s): 219.342
CPU user time (s): 219.06
CPU system time (s): 0.281957
CPU usage (%): 99.0328
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.06
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18032
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= 1720
involuntary context switches= 6199

runsolver used 0.26196 second user time and 0.757884 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 23:25:50
IDJOB=1101373
IDBENCH=60035
IDSOLVER=345
FILE ID=node23/1101373-1215293150
PBS_JOBID= 7882374
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-22_ext.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-1101373-1215293150/watcher-1101373-1215293150 -o /tmp/evaluation-result-1101373-1215293150/solver-1101373-1215293150 -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-1101373-1215293150.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac763b3ae8565455c2a92c96a9db7d59
RANDOM SEED=199865519

node23.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.216
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.216
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:       1679656 kB
Buffers:         57660 kB
Cached:         246224 kB
SwapCached:       7012 kB
Active:         206136 kB
Inactive:       116076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679656 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          25380 kB
Slab:            39304 kB
Committed_AS:  3503244 kB
PageTables:       1808 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= 66512 MiB
End job on node23 at 2008-07-05 23:29:32