Trace number 1074639

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 52.922 54.2575

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-0.xml
MD5SUM23a05b88381e0b0d602652448f9fdc61
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 benchmark9.30158
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1215
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 15:45:56 2008
0.00/0.05	c 0	PID 10254
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074639-1215179156.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-1074639-1215179156.xml' 'HOME/temp.csp'
0.95/1.08	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.95/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.10	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'
1.04/1.18	c 1	Parsing HOME/temp.csp
1.04/1.54	c 2	parsed 8401 expressions
1.04/1.55	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.55	c 2	Converting to clausal form CSP
1.04/1.60	c 2	converted 841 (10%) expressions
1.04/1.78	c 2	converted 1681 (20%) expressions
1.04/1.84	c 2	converted 2521 (30%) expressions
1.04/1.87	c 2	converted 3361 (40%) expressions
1.04/1.89	c 2	converted 4201 (50%) expressions
1.04/1.92	c 2	converted 5041 (60%) expressions
1.04/1.95	c 2	converted 5881 (70%) expressions
1.04/2.02	c 2	converted 6721 (80%) expressions
1.04/2.04	c 2	converted 7561 (90%) expressions
1.04/2.07	c 2	converted 8401 (100%) expressions
1.04/2.07	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1215
1.04/2.07	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.07	c 2	Propagation in CSP
2.02/2.16	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.16	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1215
2.02/2.16	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.16	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.33	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1215
2.21/2.33	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.40	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.49	c 3	40 (10%) CSP integer variables are encoded (46480 clauses, 675072 bytes)
2.40/2.56	c 3	80 (20%) CSP integer variables are encoded (93265 clauses, 1376847 bytes)
2.50/2.62	c 3	120 (30%) CSP integer variables are encoded (139962 clauses, 2157399 bytes)
2.50/2.68	c 3	160 (40%) CSP integer variables are encoded (186734 clauses, 2952523 bytes)
2.60/2.74	c 3	200 (50%) CSP integer variables are encoded (233436 clauses, 3746457 bytes)
2.71/2.80	c 3	240 (60%) CSP integer variables are encoded (280209 clauses, 4541598 bytes)
2.71/2.87	c 3	280 (70%) CSP integer variables are encoded (326911 clauses, 5335532 bytes)
2.80/2.93	c 3	320 (80%) CSP integer variables are encoded (373302 clauses, 6124179 bytes)
2.80/3.00	c 3	360 (90%) CSP integer variables are encoded (419936 clauses, 6916957 bytes)
2.90/3.06	c 3	400 (100%) CSP integer variables are encoded (466652 clauses, 7711129 bytes)
6.16/6.35	c 6	2280 (10%) CSP clauses are encoded (2170352 clauses, 46941114 bytes)
9.41/9.67	c 10	4560 (20%) CSP clauses are encoded (3867358 clauses, 86937022 bytes)
12.78/13.03	c 13	6840 (30%) CSP clauses are encoded (5579510 clauses, 127478206 bytes)
15.86/16.12	c 16	9120 (40%) CSP clauses are encoded (7289786 clauses, 170066237 bytes)
18.85/19.17	c 19	11400 (50%) CSP clauses are encoded (8997458 clauses, 212728397 bytes)
21.99/22.32	c 22	13680 (60%) CSP clauses are encoded (10716112 clauses, 255665107 bytes)
25.08/26.02	c 26	15960 (70%) CSP clauses are encoded (12425354 clauses, 298366517 bytes)
28.34/29.34	c 29	18240 (80%) CSP clauses are encoded (14129694 clauses, 340945377 bytes)
31.64/32.70	c 33	20520 (90%) CSP clauses are encoded (15825650 clauses, 383314637 bytes)
34.90/36.05	c 36	22800 (100%) CSP clauses are encoded (17532604 clauses, 425958847 bytes)
34.90/36.05	c 36	22800 CSP clauses encoded
34.90/36.05	c 36	Writing map file : HOME/temp.map
34.90/36.07	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.90/36.07	c 36	SAT : 482252 SAT variables, 17532604 SAT clauses, 425958847 bytes
34.90/36.07	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.90/36.09	c 36	SOLVING HOME/temp.cnf
34.90/36.09	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.90/36.10	c 36	This is MiniSat 2.0 beta
34.90/36.10	c 36	WARNING: for repeatability, setting FPU to use double precision
34.90/36.10	c 36	============================[ Problem Statistics ]=============================
34.90/36.10	c 36	|                                                                             |
35.00/36.10	c 36	|  Number of variables:  482252                                               |
35.00/36.10	c 36	|  Number of clauses:    17532604                                             |
44.85/46.03	c 46	|  Parsing time:         8.73         s                                       |
45.24/46.47	c 47	============================[ Search Statistics ]==============================
45.24/46.47	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.24/46.47	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.24/46.47	c 47	===============================================================================
45.24/46.47	c 47	|         0 |  482252 17532604 52093160 |  5844201        0    nan |  0.000 % |
47.73/48.98	c 49	|       100 |  482252 17532604 52093160 |  6428621      100     18 |  0.000 % |
48.13/49.38	c 49	|       250 |  482252 17532604 52093160 |  7071483      250     17 |  0.000 % |
51.71/52.91	c 53	===============================================================================
51.71/52.94	c 53	restarts              : 3
51.71/52.94	c 53	conflicts             : 439            (28 /sec)
51.71/52.94	c 53	decisions             : 6804           (1.04 % random) (439 /sec)
51.71/52.94	c 53	propagations          : 2896260        (186884 /sec)
51.71/52.94	c 53	conflict literals     : 7267           (7.50 % deleted)
51.71/52.94	c 53	Memory used           : 741.80 MB
51.71/52.94	c 53	CPU time              : 15.4976 s
51.71/52.94	c 53	
51.91/53.13	c 53	SATISFIABLE
52.00/53.26	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.00/53.26	c 53	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.08/53.34	c 53	Decoding HOME/temp.out
52.61/53.84	s SATISFIABLE
52.61/53.86	v 934 783 44 373 88 653 133 994 9 609 15 841 1059 1158 204 32 317 36 333 492 511 149 1069 658 1012 693 65 364 696 73 793 932 220 429 1117 875 554 1 214 44 198 546 378 613 710 634 408 529 155 1 1033 363 280 131 907 16 78 1086 385 449 1196 1166 988 112 255 807 119 40 0 129 14 28 7 731 518 891 452 68 352 1089 615 1080 316 892 468 398 733 382 996 193 288 245 1161 513 794 987 3 24 81 126 1145 910 312 534 965 648 573 595 232 725 782 360 151 959 858 1025 104 1052 45 29 775 1191 722 263 360 1089 1111 1121 166 542 64 245 435 17 640 855 20 521 938 988 58 1069 1001 236 610 558 1000 1148 476 901 799 1192 911 318 327 15 853 101 21 394 348 188 9 416 575 826 67 591 519 790 175 1124 208 672 773 1019 484 80 722 932 245 634 898 717 631 800 366 1189 554 508 804 171 1068 414 31 518 972 906 305 102 800 604 853 1039 1196 953 573 1177 681 1136 860 975 720 831 425 543 210 22 171 84 833 419 1020 1099 1066 707 559 968 1194 270 840 762 875 228 1112 1 643 14 984 315 1020 553 1195 415 937 961 1104 485 884 800 689 1115 772 87 246 19 30 150 160 643 261 1087 1142 1110 7 383 922 1034 494 81 293 57 321 798 761 825 899 685 584 474 451 130 955 6 389 215 346 611 1203 745 516 1163 514 1034 300 664 858 1095 1090 781 1016 134 968 364 1073 596 574 694 252 489 1145 904 71 842 1009 451 775 419 169 258 414 1204 431 455 1068 523 867 293 339 392 986 4 234 627 121 707 152 902 1105 798 225 591 833 149 1149 812 610 707 344 167 1214 1022 451 229 1038 932 638 497 296 1083 845 395 497 641 705 1073 145 983 1069 895 441 1195 746 169 104 811 775 326 646 1200 492 79 211 563 166 1082 1154 877 367 1026 705 926 624 996 34 428 218 795 305 158
52.61/53.86	c 54	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
52.61/53.90	c 54	CPU 48.12 (0.04 0.01 48.08 4.55)
52.61/53.90	c 54	END Fri Jul  4 15:46:50 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-1074639-1215179156/watcher-1074639-1215179156 -o /tmp/evaluation-result-1074639-1215179156/solver-1074639-1215179156 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1074639-1215179156.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.99 2.00 2.00 4/81 10254
/proc/meminfo: memFree=1793880/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=12268 CPUtime=0
/proc/10254/stat : 10254 (sugar) R 10252 10254 5878 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996886987 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10254/statm: 3067 316 241 3 0 167 0

[startup+0.0904809 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10254
/proc/meminfo: memFree=1793880/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=0.03
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996886987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101458 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10254
/proc/meminfo: memFree=1793880/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=0.03
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996886987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301492 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10254
/proc/meminfo: memFree=1793880/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=0.03
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996886987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701575 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10254
/proc/meminfo: memFree=1793880/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=0.03
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996886987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.99 2.00 2.00 4/92 10266
/proc/meminfo: memFree=1773568/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=1.04
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 973 8353 0 1 3 0 96 5 16 0 1 0 1996886987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10204 s]
/proc/loadavg: 1.99 2.00 2.00 3/92 10276
/proc/meminfo: memFree=1771968/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=1.04
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 974 8353 0 1 3 0 96 5 15 0 1 0 1996886987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 797 370 3 0 500 0
[pid=10267] ppid=10254 vsize=5356 CPUtime=0
/proc/10267/stat : 10267 (sh) S 10254 10254 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996887097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10267/statm: 1339 233 193 169 0 50 0
[pid=10268] ppid=10267 vsize=868464 CPUtime=1.96
/proc/10268/stat : 10268 (java) S 10267 10254 5878 0 -1 0 9949 0 1 0 184 12 0 0 19 0 9 0 1996887097 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10268/statm: 217116 8929 2565 9 0 211663 0
[pid=10268/tid=10269] ppid=10267 vsize=868464 CPUtime=1.24
/proc/10268/task/10269/stat : 10269 (java) R 10267 10254 5878 0 -1 64 2991 0 1 0 117 7 0 0 23 0 9 0 1996887098 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10270] ppid=10267 vsize=868464 CPUtime=0.46
/proc/10268/task/10270/stat : 10270 (java) S 10267 10254 5878 0 -1 64 4785 0 0 0 44 2 0 0 16 0 9 0 1996887099 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10271] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10271/stat : 10271 (java) S 10267 10254 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996887100 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10272] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10272/stat : 10272 (java) S 10267 10254 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996887100 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10273] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10273/stat : 10273 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996887102 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10274] ppid=10267 vsize=868464 CPUtime=0.23
/proc/10268/task/10274/stat : 10274 (java) S 10267 10254 5878 0 -1 64 1481 0 0 0 23 0 0 0 16 0 9 0 1996887102 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10275] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10275/stat : 10275 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996887102 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10276] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10276/stat : 10276 (java) S 10267 10254 5878 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996887102 889307136 8929 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) 887420

[startup+6.30264 s]
/proc/loadavg: 2.07 2.02 2.01 3/92 10276
/proc/meminfo: memFree=1730048/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=1.04
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 974 8353 0 1 3 0 96 5 15 0 1 0 1996886987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 797 370 3 0 500 0
[pid=10267] ppid=10254 vsize=5356 CPUtime=0
/proc/10267/stat : 10267 (sh) S 10254 10254 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996887097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10267/statm: 1339 233 193 169 0 50 0
[pid=10268] ppid=10267 vsize=868464 CPUtime=5.12
/proc/10268/stat : 10268 (java) S 10267 10254 5878 0 -1 0 10599 0 1 0 475 37 0 0 19 0 9 0 1996887097 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10268/statm: 217116 8936 2565 9 0 211663 0
[pid=10268/tid=10269] ppid=10267 vsize=868464 CPUtime=4.19
/proc/10268/task/10269/stat : 10269 (java) R 10267 10254 5878 0 -1 64 3634 0 1 0 390 29 0 0 25 0 9 0 1996887098 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10270] ppid=10267 vsize=868464 CPUtime=0.66
/proc/10268/task/10270/stat : 10270 (java) S 10267 10254 5878 0 -1 64 4785 0 0 0 60 6 0 0 16 0 9 0 1996887099 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10271] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10271/stat : 10271 (java) S 10267 10254 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10272] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10272/stat : 10272 (java) S 10267 10254 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10273] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10273/stat : 10273 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10274] ppid=10267 vsize=868464 CPUtime=0.24
/proc/10268/task/10274/stat : 10274 (java) R 10267 10254 5878 0 -1 64 1488 0 0 0 24 0 0 0 17 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 101988351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10275] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10275/stat : 10275 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10276] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10276/stat : 10276 (java) S 10267 10254 5878 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887420

[startup+12.702 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 10276
/proc/meminfo: memFree=1648128/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=1.04
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 974 8353 0 1 3 0 96 5 16 0 1 0 1996886987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 797 370 3 0 500 0
[pid=10267] ppid=10254 vsize=5356 CPUtime=0
/proc/10267/stat : 10267 (sh) S 10254 10254 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996887097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10267/statm: 1339 233 193 169 0 50 0
[pid=10268] ppid=10267 vsize=868464 CPUtime=11.44
/proc/10268/stat : 10268 (java) S 10267 10254 5878 0 -1 0 11866 0 1 0 1048 96 0 0 19 0 9 0 1996887097 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10268/statm: 217116 8936 2565 9 0 211663 0
[pid=10268/tid=10269] ppid=10267 vsize=868464 CPUtime=10.15
/proc/10268/task/10269/stat : 10269 (java) R 10267 10254 5878 0 -1 64 4901 0 1 0 933 82 0 0 25 0 9 0 1996887098 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10270] ppid=10267 vsize=868464 CPUtime=1.02
/proc/10268/task/10270/stat : 10270 (java) S 10267 10254 5878 0 -1 64 4785 0 0 0 90 12 0 0 15 0 9 0 1996887099 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10271] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10271/stat : 10271 (java) S 10267 10254 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10272] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10272/stat : 10272 (java) S 10267 10254 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10273] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10273/stat : 10273 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10274] ppid=10267 vsize=868464 CPUtime=0.24
/proc/10268/task/10274/stat : 10274 (java) S 10267 10254 5878 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10275] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10275/stat : 10275 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10276] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10276/stat : 10276 (java) S 10267 10254 5878 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887420

[startup+25.5011 s]
/proc/loadavg: 2.42 2.10 2.03 3/92 10278
/proc/meminfo: memFree=1466432/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=1.05
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 974 8353 0 1 4 0 96 5 16 0 1 0 1996886987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10254/statm: 3400 797 370 3 0 500 0
[pid=10267] ppid=10254 vsize=5356 CPUtime=0
/proc/10267/stat : 10267 (sh) S 10254 10254 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996887097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10267/statm: 1339 233 193 169 0 50 0
[pid=10268] ppid=10267 vsize=868464 CPUtime=23.8
/proc/10268/stat : 10268 (java) S 10267 10254 5878 0 -1 0 14615 0 1 0 2169 211 0 0 19 0 9 0 1996887097 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10268/statm: 217116 8936 2565 9 0 211663 0
[pid=10268/tid=10269] ppid=10267 vsize=868464 CPUtime=21.74
/proc/10268/task/10269/stat : 10269 (java) D 10267 10254 5878 0 -1 64 7650 0 1 0 1993 181 0 0 25 0 9 0 1996887098 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=10268/tid=10270] ppid=10267 vsize=868464 CPUtime=1.79
/proc/10268/task/10270/stat : 10270 (java) S 10267 10254 5878 0 -1 64 4785 0 0 0 151 28 0 0 16 0 9 0 1996887099 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10268/tid=10271] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10271/stat : 10271 (java) S 10267 10254 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10272] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10272/stat : 10272 (java) S 10267 10254 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996887100 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10273] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10273/stat : 10273 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10274] ppid=10267 vsize=868464 CPUtime=0.24
/proc/10268/task/10274/stat : 10274 (java) S 10267 10254 5878 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10275] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10275/stat : 10275 (java) S 10267 10254 5878 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10268/tid=10276] ppid=10267 vsize=868464 CPUtime=0
/proc/10268/task/10276/stat : 10276 (java) S 10267 10254 5878 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996887102 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 887420

[startup+51.102 s]
/proc/loadavg: 2.58 2.17 2.05 3/84 10281
/proc/meminfo: memFree=626688/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=35
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 1033 25366 0 2 4 1 3183 312 15 0 1 0 1996886987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 799 370 3 0 500 0
[pid=10280] ppid=10254 vsize=5356 CPUtime=0
/proc/10280/stat : 10280 (sh) S 10254 10254 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996890596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10280/statm: 1339 232 193 169 0 50 0
[pid=10281] ppid=10280 vsize=750768 CPUtime=14.91
/proc/10281/stat : 10281 (minisat) R 10280 10254 5878 0 -1 4194304 185396 0 0 0 1367 124 0 0 25 0 1 0 1996890597 768786432 185382 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 1 0 0
/proc/10281/statm: 187692 185382 76 150 0 187539 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 769724

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

[startup+52.7013 s]
/proc/loadavg: 2.58 2.17 2.05 3/84 10281
/proc/meminfo: memFree=614464/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=35
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 1033 25366 0 2 4 1 3183 312 15 0 1 0 1996886987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 799 370 3 0 500 0
[pid=10280] ppid=10254 vsize=5356 CPUtime=0
/proc/10280/stat : 10280 (sh) S 10254 10254 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996890596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10280/statm: 1339 232 193 169 0 50 0
[pid=10281] ppid=10280 vsize=757956 CPUtime=16.51
/proc/10281/stat : 10281 (minisat) R 10280 10254 5878 0 -1 4194304 187244 0 0 0 1526 125 0 0 25 0 1 0 1996890597 776146944 187230 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 1 0 0
/proc/10281/statm: 189489 187230 76 150 0 189336 0
Current children cumulated CPU time (s) 51.51
Current children cumulated vsize (KiB) 776912

[startup+53.5015 s]
/proc/loadavg: 2.58 2.17 2.05 3/84 10281
/proc/meminfo: memFree=614464/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=52.08
/proc/10254/stat : 10254 (sugar) S 10252 10254 5878 0 -1 4194304 1090 213128 0 2 4 1 4751 452 16 0 1 0 1996886987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10254/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 52.08
Current children cumulated vsize (KiB) 13600

[startup+53.9075 s]
/proc/loadavg: 2.53 2.16 2.05 3/92 10291
/proc/meminfo: memFree=1355520/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=52.69
/proc/10254/stat : 10254 (sugar) R 10252 10254 5878 0 -1 4194304 1119 216999 0 3 4 2 4808 455 16 0 1 0 1996886987 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10254/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 52.69
Current children cumulated vsize (KiB) 13600

[startup+54.1016 s]
/proc/loadavg: 2.53 2.16 2.05 3/92 10291
/proc/meminfo: memFree=1355520/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=52.88
/proc/10254/stat : 10254 (sugar) R 10252 10254 5878 0 -1 4194304 1119 216999 0 3 4 21 4808 455 16 0 1 0 1996886987 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10254/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 52.88
Current children cumulated vsize (KiB) 13600

[startup+54.2016 s]
/proc/loadavg: 2.53 2.16 2.05 3/92 10291
/proc/meminfo: memFree=1355520/2055920 swapFree=4180500/4192956
[pid=10254] ppid=10252 vsize=13600 CPUtime=52.9
/proc/10254/stat : 10254 (sugar) D 10252 10254 5878 0 -1 4194304 1119 216999 0 3 4 23 4808 455 16 0 1 0 1996886987 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/10254/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 52.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 54.2575
CPU time (s): 52.922
CPU user time (s): 48.1277
CPU system time (s): 4.79427
CPU usage (%): 97.5384
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.1277
system time used= 4.79427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218148
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= 52033
involuntary context switches= 52937

runsolver used 0.071989 second user time and 0.171973 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 15:45:56
IDJOB=1074639
IDBENCH=56426
IDSOLVER=346
FILE ID=node59/1074639-1215179156
PBS_JOBID= 7881413
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074639-1215179156/watcher-1074639-1215179156 -o /tmp/evaluation-result-1074639-1215179156/solver-1074639-1215179156 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1074639-1215179156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23a05b88381e0b0d602652448f9fdc61
RANDOM SEED=635015009

node59.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.261
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.261
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:       1794360 kB
Buffers:         40708 kB
Cached:         119920 kB
SwapCached:       6176 kB
Active:         158980 kB
Inactive:        44088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794360 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          56500 kB
Slab:            43520 kB
Committed_AS:  4761772 kB
PageTables:       2008 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= 66544 MiB
End job on node59 at 2008-07-04 15:46:50