Trace number 1083099

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 106.091 107.231

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-14.xml
MD5SUM706565457ea7a4d0a1ce73135f4ed524
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark106.091
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1240
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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 04:31:29 2008
0.00/0.04	c 0	PID 23022
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083099-1215225088.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-1083099-1215225088.xml' 'HOME/temp.csp'
0.03/0.96	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	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.94/1.08	c 1	Parsing HOME/temp.csp
0.94/1.34	c 1	parsed 6119 expressions
0.94/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.35	c 1	Converting to clausal form CSP
0.94/1.41	c 1	converted 612 (10%) expressions
0.94/1.56	c 1	converted 1224 (20%) expressions
0.94/1.60	c 1	converted 1836 (30%) expressions
0.94/1.63	c 1	converted 2448 (40%) expressions
0.94/1.65	c 1	converted 3060 (50%) expressions
0.94/1.67	c 1	converted 3672 (60%) expressions
0.94/1.70	c 1	converted 4284 (70%) expressions
0.94/1.76	c 1	converted 4896 (80%) expressions
0.94/1.79	c 1	converted 5508 (90%) expressions
0.94/1.81	c 1	converted 6119 (100%) expressions
0.94/1.81	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1240
0.94/1.81	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.81	c 1	Propagation in CSP
0.94/2.08	c 2	306572 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/2.08	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 635
0.94/2.08	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/2.09	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.20	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 635
2.01/2.20	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.30	c 2	45 (10%) CSP integer variables are encoded (18825 clauses, 260281 bytes)
2.21/2.33	c 2	90 (20%) CSP integer variables are encoded (39030 clauses, 563356 bytes)
2.21/2.35	c 2	135 (30%) CSP integer variables are encoded (58365 clauses, 853381 bytes)
2.21/2.38	c 2	180 (40%) CSP integer variables are encoded (82260 clauses, 1211806 bytes)
2.31/2.42	c 2	225 (50%) CSP integer variables are encoded (106485 clauses, 1588578 bytes)
2.31/2.44	c 2	270 (60%) CSP integer variables are encoded (127950 clauses, 1953483 bytes)
2.31/2.48	c 2	315 (70%) CSP integer variables are encoded (152895 clauses, 2377548 bytes)
2.41/2.51	c 2	360 (80%) CSP integer variables are encoded (175110 clauses, 2755203 bytes)
2.41/2.55	c 2	405 (90%) CSP integer variables are encoded (201990 clauses, 3212163 bytes)
2.41/2.59	c 2	450 (100%) CSP integer variables are encoded (229080 clauses, 3672693 bytes)
3.00/3.14	c 3	1548 (10%) CSP clauses are encoded (487187 clauses, 9315086 bytes)
3.40/3.58	c 3	3096 (20%) CSP clauses are encoded (697882 clauses, 14148703 bytes)
3.89/4.09	c 4	4644 (30%) CSP clauses are encoded (947384 clauses, 19882088 bytes)
4.46/4.60	c 4	6192 (40%) CSP clauses are encoded (1189302 clauses, 25464071 bytes)
4.96/5.15	c 5	7740 (50%) CSP clauses are encoded (1465825 clauses, 31835926 bytes)
5.66/5.85	c 5	9288 (60%) CSP clauses are encoded (1822544 clauses, 40078515 bytes)
6.25/6.46	c 6	10836 (70%) CSP clauses are encoded (2139160 clauses, 47374575 bytes)
6.94/7.11	c 7	12384 (80%) CSP clauses are encoded (2467053 clauses, 55241266 bytes)
7.61/7.81	c 7	13932 (90%) CSP clauses are encoded (2813432 clauses, 63540029 bytes)
8.41/8.67	c 8	15480 (100%) CSP clauses are encoded (3271383 clauses, 74104831 bytes)
8.41/8.67	c 8	15480 CSP clauses encoded
8.41/8.67	c 8	Writing map file : HOME/temp.map
8.41/8.68	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.41/8.68	c 8	SAT : 239430 SAT variables, 3271383 SAT clauses, 74104831 bytes
8.41/8.68	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.48/8.71	c 8	SOLVING HOME/temp.cnf
8.48/8.71	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
105.35/106.55	c 106	DECODING HOME/temp.out WITH HOME/temp.map
105.35/106.55	c 106	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
105.45/106.64	c 106	Decoding HOME/temp.out
105.94/107.16	s SATISFIABLE
105.94/107.18	v 0 1 157 158 232 231 274 275 311 310 419 418 515 516 604 603 637 638 677 679 830 829 902 903 1020 1021 1094 1095 1150 1149 0 1 282 281 364 363 452 453 504 505 554 555 622 621 665 666 816 817 901 900 962 963 993 992 1049 1050 1069 1068 1160 1161 241 242 369 368 410 409 448 449 582 583 643 642 732 736 814 815 870 869 887 888 985 984 1022 1023 1074 1073 1076 1077 1149 1148 11 12 90 89 168 169 253 252 349 350 369 370 389 388 484 483 541 542 661 662 758 759 789 788 871 870 973 974 1122 1121 20 21 544 543 604 605 613 612 642 643 675 674 758 759 812 808 829 830 946 945 1025 1026 1120 1121 1149 1148 1179 1180 1197 1196 3 2 114 113 184 185 293 294 394 393 460 461 632 618 727 726 731 732 747 746 762 763 848 847 889 888 967 966 1175 1176 0 1 66 65 157 158 180 181 231 230 312 311 447 446 512 511 535 534 643 642 725 726 764 763 817 818 831 830 853 854 0 1 43 13 65 64 125 126 252 251 361 362 460 461 521 520 573 574 599 598 687 688 791 792 936 937 966 965 1207 1206 13 14 64 65 139 138 209 210 376 377 445 446 450 449 545 546 653 652 702 703 768 767 855 832 927 926 1014 1013 1145 1144 0 1 37 36 71 72 137 136 201 202 263 264 306 305 372 373 495 496 590 591 646 645 709 710 718 717 882 883 1203 1202 175 174 238 237 247 248 337 336 414 415 443 442 545 546 626 627 690 689 878 879 973 972 1058 1059 1131 1130 1149 1150 1229 1228 59 60 135 134 197 196 281 282 528 529 628 627 690 691 731 730 818 819 885 884 977 976 1019 1020 1028 1027 1049 1050 1074 1075 1 2 11 10 34 33 43 44 52 51 106 107 145 144 287 288 446 445 457 458 535 536 784 783 917 918 1100 1101 1183 1184 0 1 137 138 145 144 236 312 375 374 466 467 471 470 487 488 644 645 741 742 797 820 1011 1012 1027 1028 1120 1121 1229 1228 237 238 288 289 313 312 338 337 359 360 395 393 509 510 545 544 614 616 630 629 675 676 771 772 882 881 905 904 1175 1176
105.94/107.18	c 107	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
105.94/107.19	c 107	CPU 89.85 (0.03 0.01 89.82 16.17)
105.94/107.19	c 107	END Sat Jul  5 04:33:16 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-1083099-1215225088/watcher-1083099-1215225088 -o /tmp/evaluation-result-1083099-1215225088/solver-1083099-1215225088 -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-1083099-1215225088.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.92 1.98 1.99 4/81 23022
/proc/meminfo: memFree=1665352/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=12268 CPUtime=0
/proc/23022/stat : 23022 (sugar) R 23020 23022 19912 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1552183900 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23022/statm: 3067 316 241 3 0 167 0

[startup+0.0999629 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23022
/proc/meminfo: memFree=1665352/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.03
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1552183900 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10196 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23022
/proc/meminfo: memFree=1665352/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.03
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1552183900 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301978 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23022
/proc/meminfo: memFree=1665352/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.03
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1552183900 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701026 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23022
/proc/meminfo: memFree=1665352/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.03
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1552183900 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50111 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 23035
/proc/meminfo: memFree=1663160/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.94
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 974 7642 0 1 3 0 86 5 15 0 1 0 1552183900 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 797 370 3 0 500 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 19912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1552184000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 18956

[startup+3.10226 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 23044
/proc/meminfo: memFree=1645936/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.94
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 974 7642 0 1 3 0 86 5 15 0 1 0 1552183900 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 797 370 3 0 500 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 19912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1552184000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868512 CPUtime=2.06
/proc/23036/stat : 23036 (java) S 23035 23022 19912 0 -1 0 8667 0 1 0 194 12 0 0 18 0 9 0 1552184001 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217128 7577 2564 9 0 211675 0
[pid=23036/tid=23037] ppid=23035 vsize=868512 CPUtime=1.47
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 19912 0 -1 64 3000 0 1 0 139 8 0 0 24 0 9 0 1552184002 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868512 CPUtime=0.32
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 19912 0 -1 64 3479 0 0 0 30 2 0 0 16 0 9 0 1552184003 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 19912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1552184003 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 19912 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552184003 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 19912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552184005 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868512 CPUtime=0.25
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 19912 0 -1 64 1496 0 0 0 25 0 0 0 16 0 9 0 1552184005 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 19912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552184005 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 19912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1552184005 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887468

[startup+6.30158 s]
/proc/loadavg: 1.93 1.98 1.99 5/92 23044
/proc/meminfo: memFree=1607664/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=0.94
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 974 7642 0 1 3 0 86 5 15 0 1 0 1552183900 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 797 370 3 0 500 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 19912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1552184000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868512 CPUtime=5.21
/proc/23036/stat : 23036 (java) S 23035 23022 19912 0 -1 0 9574 0 1 0 482 39 0 0 18 0 9 0 1552184001 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217128 7586 2565 9 0 211675 0
[pid=23036/tid=23037] ppid=23035 vsize=868512 CPUtime=4.37
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 19912 0 -1 64 3898 0 1 0 407 30 0 0 25 0 9 0 1552184002 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4126941694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868512 CPUtime=0.55
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 19912 0 -1 64 3479 0 0 0 48 7 0 0 16 0 9 0 1552184003 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 19912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1552184003 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 19912 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552184003 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 19912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552184005 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868512 CPUtime=0.26
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 19912 0 -1 64 1505 0 0 0 26 0 0 0 15 0 9 0 1552184005 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 19912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552184005 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868512 CPUtime=0
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 19912 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1552184005 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887468

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 23046
/proc/meminfo: memFree=1561456/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=32420 CPUtime=3.92
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 7531 0 0 0 180 212 0 0 25 0 1 0 1552184772 33198080 7517 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 8105 7517 40 102 0 8000 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 51376

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 23046
/proc/meminfo: memFree=1513392/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=81172 CPUtime=16.61
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 19290 0 0 0 770 891 0 0 25 0 1 0 1552184772 83120128 19276 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 20293 19276 40 102 0 20188 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 100128

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 4/84 23046
/proc/meminfo: memFree=1468144/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=131488 CPUtime=41.96
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 30303 0 0 0 2653 1543 0 0 25 0 1 0 1552184772 134643712 30289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 32872 30289 42 102 0 32767 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 150444

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 23046
/proc/meminfo: memFree=1467888/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=131884 CPUtime=92.68
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 30386 0 0 0 7725 1543 0 0 25 0 1 0 1552184772 135049216 30372 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 32971 30372 42 102 0 32866 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 150840

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

[startup+105.502 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 23046
/proc/meminfo: memFree=1467888/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=131884 CPUtime=95.85
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 30393 0 0 0 8042 1543 0 0 25 0 1 0 1552184772 135049216 30379 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 32971 30379 42 102 0 32866 0
Current children cumulated CPU time (s) 104.36
Current children cumulated vsize (KiB) 150840

[startup+106.303 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 23046
/proc/meminfo: memFree=1467888/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=8.51
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1022 18204 0 2 3 1 780 67 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23045] ppid=23022 vsize=5356 CPUtime=0
/proc/23045/stat : 23045 (sh) S 23022 23022 19912 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1552184772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23045/statm: 1339 232 193 169 0 50 0
[pid=23046] ppid=23045 vsize=131884 CPUtime=96.64
/proc/23046/stat : 23046 (picosat) R 23045 23022 19912 0 -1 4194304 30412 0 0 0 8121 1543 0 0 25 0 1 0 1552184772 135049216 30398 996147200 134512640 134931368 4294956256 18446744073709551615 134544724 0 0 4096 0 0 0 0 17 1 0 0
/proc/23046/statm: 32971 30398 42 102 0 32866 0
Current children cumulated CPU time (s) 105.15
Current children cumulated vsize (KiB) 150840

[startup+106.708 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 23052
/proc/meminfo: memFree=1584976/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=105.42
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1091 48908 0 2 3 1 8924 1614 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23047] ppid=23022 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23022 23022 19912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1552194555 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=863720 CPUtime=0.12
/proc/23048/stat : 23048 (java) S 23047 23022 19912 0 -1 0 3314 0 1 0 11 1 0 0 18 0 9 0 1552194556 884449280 2791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 215930 2791 1621 9 0 210512 0
[pid=23048/tid=23049] ppid=23047 vsize=863720 CPUtime=0.12
/proc/23048/task/23049/stat : 23049 (java) R 23047 23022 19912 0 -1 64 2413 0 1 0 11 1 0 0 18 0 9 0 1552194557 884449280 2791 996147200 134512640 134550740 4294956000 18446744073709551615 4125957540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=863720 CPUtime=0
/proc/23048/task/23050/stat : 23050 (java) S 23047 23022 19912 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1552194558 884449280 2791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=863720 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23022 19912 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1552194559 884449280 2791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=863720 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23022 19912 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1552194559 884449280 2791 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.54
Current children cumulated vsize (KiB) 882676

[startup+107.102 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 23052
/proc/meminfo: memFree=1584976/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=105.42
/proc/23022/stat : 23022 (sugar) S 23020 23022 19912 0 -1 4194304 1091 48908 0 2 3 1 8924 1614 16 0 1 0 1552183900 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 3400 799 370 3 0 500 0
[pid=23047] ppid=23022 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23022 23022 19912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1552194555 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=864040 CPUtime=0.52
/proc/23048/stat : 23048 (java) S 23047 23022 19912 0 -1 0 3519 0 1 0 50 2 0 0 18 0 9 0 1552194556 884776960 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 216010 2993 1665 9 0 210592 0
[pid=23048/tid=23049] ppid=23047 vsize=864040 CPUtime=0.46
/proc/23048/task/23049/stat : 23049 (java) R 23047 23022 19912 0 -1 64 2456 0 1 0 45 1 0 0 21 0 9 0 1552194557 884776960 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4126437053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=864040 CPUtime=0
/proc/23048/task/23050/stat : 23050 (java) S 23047 23022 19912 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 1552194558 884776960 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=864040 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23022 19912 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1552194559 884776960 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=864040 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23022 19912 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1552194559 884776960 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.94
Current children cumulated vsize (KiB) 882996

[startup+107.202 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 23052
/proc/meminfo: memFree=1584976/2055920 swapFree=4122828/4192956
[pid=23022] ppid=23020 vsize=13600 CPUtime=106.04
/proc/23022/stat : 23022 (sugar) R 23020 23022 19912 0 -1 4194304 1119 52813 0 3 3 2 8982 1617 16 0 1 0 1552183900 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23022/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 106.04
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 107.231
CPU time (s): 106.091
CPU user time (s): 89.8583
CPU system time (s): 16.2325
CPU usage (%): 98.9368
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.8583
system time used= 16.2325
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53962
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= 15766
involuntary context switches= 19716

runsolver used 0.111982 second user time and 0.384941 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 04:31:29
IDJOB=1083099
IDBENCH=57411
IDSOLVER=345
FILE ID=node12/1083099-1215225088
PBS_JOBID= 7881738
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-14.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-1083099-1215225088/watcher-1083099-1215225088 -o /tmp/evaluation-result-1083099-1215225088/solver-1083099-1215225088 -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-1083099-1215225088.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 706565457ea7a4d0a1ce73135f4ed524
RANDOM SEED=1560769355

node12.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.236
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.236
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:       1665832 kB
Buffers:         39088 kB
Cached:         175200 kB
SwapCached:      64580 kB
Active:         261060 kB
Inactive:        76368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665832 kB
SwapTotal:     4192956 kB
SwapFree:      4122828 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         139016 kB
Slab:            37544 kB
Committed_AS:  3090892 kB
PageTables:       2072 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= 66360 MiB
End job on node12 at 2008-07-05 04:33:16