Trace number 2086779

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.14.6+minisatSAT 39.252 39.37

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-3.xml
MD5SUM223aaf1483a6ca1bf0f0bb4b746a8074
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 benchmark39.252
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1748
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:40:00 2009
0.00/0.07	c 0	PID 28324
0.06/0.07	c 0	HOST node86.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2086779-1247384400.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086779-1247384400.xml' 'HOME/temp.csp'
0.06/0.69	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.78	c 1	Parsing HOME/temp.csp
0.67/0.89	c 1	parsed 4982 expressions
0.67/0.90	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.90	c 1	Converting to clausal form CSP
0.67/0.93	c 1	converted 499 (10%) expressions
0.67/1.00	c 1	converted 997 (20%) expressions
1.05/1.12	c 1	converted 1495 (30%) expressions
1.05/1.15	c 1	converted 1993 (40%) expressions
1.05/1.17	c 1	converted 2491 (50%) expressions
1.05/1.19	c 1	converted 2990 (60%) expressions
1.14/1.21	c 1	converted 3488 (70%) expressions
1.14/1.26	c 1	converted 3986 (80%) expressions
1.14/1.27	c 1	converted 4484 (90%) expressions
1.14/1.29	c 1	converted 4982 (100%) expressions
1.14/1.29	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1728
1.14/1.29	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.29	c 1	Propagation in CSP
1.44/1.50	c 2	178966 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.50	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 943
1.44/1.50	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.51	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.55	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 943
1.44/1.55	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.55/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.55/1.65	c 2	40 (10%) CSP integer variables are encoded (28900 clauses, 411384 bytes)
1.55/1.68	c 2	80 (20%) CSP integer variables are encoded (55280 clauses, 807084 bytes)
1.64/1.72	c 2	120 (30%) CSP integer variables are encoded (84240 clauses, 1241484 bytes)
1.64/1.75	c 2	160 (40%) CSP integer variables are encoded (115800 clauses, 1746767 bytes)
1.64/1.79	c 2	200 (50%) CSP integer variables are encoded (143240 clauses, 2213247 bytes)
1.75/1.82	c 2	240 (60%) CSP integer variables are encoded (170280 clauses, 2672927 bytes)
1.75/1.87	c 2	280 (70%) CSP integer variables are encoded (203200 clauses, 3232567 bytes)
1.84/1.90	c 2	320 (80%) CSP integer variables are encoded (230740 clauses, 3700747 bytes)
1.84/1.93	c 2	360 (90%) CSP integer variables are encoded (255220 clauses, 4116907 bytes)
1.84/1.98	c 2	400 (100%) CSP integer variables are encoded (290800 clauses, 4721767 bytes)
2.54/2.63	c 3	1178 (10%) CSP clauses are encoded (626685 clauses, 12276608 bytes)
3.04/3.18	c 3	2356 (20%) CSP clauses are encoded (917330 clauses, 19045030 bytes)
3.64/3.70	c 4	3534 (30%) CSP clauses are encoded (1196101 clauses, 25537509 bytes)
4.14/4.26	c 4	4712 (40%) CSP clauses are encoded (1496019 clauses, 32536250 bytes)
4.73/4.88	c 5	5890 (50%) CSP clauses are encoded (1817428 clauses, 40040325 bytes)
5.43/5.51	c 6	7068 (60%) CSP clauses are encoded (2152012 clauses, 47930154 bytes)
6.03/6.15	c 6	8246 (70%) CSP clauses are encoded (2494150 clauses, 56284130 bytes)
6.63/6.71	c 7	9424 (80%) CSP clauses are encoded (2791960 clauses, 63524319 bytes)
7.32/7.41	c 8	10602 (90%) CSP clauses are encoded (3171731 clauses, 72683042 bytes)
7.92/8.04	c 8	11780 (100%) CSP clauses are encoded (3522174 clauses, 80728960 bytes)
7.92/8.04	c 8	11780 CSP clauses encoded
7.92/8.04	c 8	Writing map file : HOME/temp.map
7.92/8.05	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.92/8.05	c 8	SAT : 298800 SAT variables, 3522174 SAT clauses, 80728960 bytes
7.92/8.05	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.98/8.10	c 8	SOLVING HOME/temp.cnf
7.98/8.10	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.98/8.11	c 8	This is MiniSat 2.0 beta
7.98/8.11	c 8	WARNING: for repeatability, setting FPU to use double precision
7.98/8.11	c 8	============================[ Problem Statistics ]=============================
7.98/8.11	c 8	|                                                                             |
7.98/8.11	c 8	|  Number of variables:  298800                                               |
7.98/8.11	c 8	|  Number of clauses:    3522174                                              |
9.86/10.05	c 10	|  Parsing time:         1.68         s                                       |
9.97/10.15	c 10	============================[ Search Statistics ]==============================
9.97/10.15	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.97/10.15	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.97/10.15	c 10	===============================================================================
9.97/10.15	c 10	|         0 |  297856  3521230  9985557 |  1173743        0    nan |  0.000 % |
11.66/11.86	c 12	|       102 |  297856  3521230  9985557 |  1291117      102     26 |  0.316 % |
13.26/13.45	c 14	|       253 |  297856  3521230  9985557 |  1420229      253     22 |  0.316 % |
15.97/16.10	c 16	|       478 |  297856  3521230  9985557 |  1562252      478     27 |  0.316 % |
18.16/18.35	c 18	|       815 |  297856  3521230  9985557 |  1718477      815     21 |  0.316 % |
23.66/23.88	c 24	|      1321 |  297856  3521230  9985557 |  1890325     1321     24 |  0.316 % |
30.66/30.86	c 31	|      2081 |  297856  3521230  9985557 |  2079357     2081     26 |  0.316 % |
38.45/38.69	c 39	===============================================================================
38.55/38.71	c 39	restarts              : 7
38.55/38.71	c 39	conflicts             : 2828           (93 /sec)
38.55/38.71	c 39	decisions             : 5284           (0.64 % random) (174 /sec)
38.55/38.71	c 39	propagations          : 45671955       (1507057 /sec)
38.55/38.72	c 39	conflict literals     : 85828          (20.37 % deleted)
38.55/38.72	c 39	Memory used           : 166.44 MB
38.55/38.72	c 39	CPU time              : 30.3054 s
38.55/38.72	c 39	
38.66/38.83	c 39	SATISFIABLE
38.66/38.85	c 39	DECODING HOME/temp.out WITH HOME/temp.map
38.66/38.85	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.72/38.93	c 39	Decoding HOME/temp.out
38.72/39.29	s SATISFIABLE
38.72/39.31	v 1 31 467 509 601 641 746 771 892 959 1012 1032 1084 1113 1164 1199 1362 1380 1423 1469 18 126 363 366 592 797 805 828 916 988 1016 1105 1312 1396 1460 1501 1531 1574 1670 1734 120 141 220 633 704 755 818 850 869 932 939 987 1077 1140 1165 1237 1329 1417 1486 1665 127 185 220 302 345 431 552 616 745 1008 1033 1106 1132 1172 1323 1431 1459 1541 1583 1665 83 85 126 141 216 247 313 419 485 581 643 672 721 907 957 1014 1186 1276 1315 1365 75 113 145 273 360 415 464 630 649 687 957 1032 1308 1383 1455 1556 1567 1600 1624 1660 0 4 26 125 135 227 306 308 362 466 501 559 598 690 854 1140 1184 1230 1363 1474 113 132 134 325 385 501 518 615 889 960 1053 1073 1141 1194 1248 1307 1406 1560 1641 1706 83 140 156 711 810 892 983 995 1014 1073 1116 1136 1220 1244 1324 1384 1466 1528 1657 1686 49 221 312 476 573 576 610 660 755 817 830 914 936 1044 1124 1182 1235 1241 1508 1649 2 299 308 380 468 594 788 866 948 971 978 1013 1107 1311 1321 1327 1412 1544 1562 1656 284 340 408 501 512 537 683 727 778 847 978 1020 1102 1145 1278 1326 1403 1500 1575 1704 67 91 177 235 461 564 589 619 658 664 705 724 783 885 995 1091 1123 1128 1174 1559 69 160 248 637 702 780 820 1060 1124 1132 1188 1198 1291 1319 1441 1589 1615 1648 1711 1713 299 314 359 455 506 608 647 669 742 821 939 1018 1238 1303 1327 1365 1382 1385 1589 1648 87 90 144 161 275 390 407 486 555 606 738 831 913 974 1133 1192 1278 1496 1579 1665 118 194 203 240 373 491 560 604 689 704 788 820 931 999 1094 1164 1245 1323 1628 1690 4 17 113 139 143 232 330 413 421 491 589 626 646 681 780 807 819 1458 1550 1673 0 166 167 202 299 334 499 564 617 737 802 908 986 1076 1085 1495 1562 1600 1739 1740 48 75 111 181 202 234 274 308 392 442 481 487 592 1303 1422 1520 1584 1625 1654 1658
38.72/39.32	c 39	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.72/39.33	c 39	CPU 39.18 (0.05 0.01 38.08 1.04)
38.72/39.33	c 39	END Sun Jul 12 09:40:39 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086779-1247384400/watcher-2086779-1247384400 -o /tmp/evaluation-result-2086779-1247384400/solver-2086779-1247384400 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086779-1247384400.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.46 2.15 2.04 4/75 28324
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=9648 CPUtime=0
/proc/28324/stat : 28324 (sugar) R 28322 28324 27617 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 25505294 9879552 59 996147200 4194304 4206940 548682068608 18446744073709551615 240151229833 0 0 4096 0 0 0 0 17 1 0 0
/proc/28324/statm: 2412 59 44 3 0 59 0

[startup+0.0753 s]
/proc/loadavg: 2.46 2.15 2.04 4/75 28324
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16740 CPUtime=0.06
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 25505294 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101824 s]
/proc/loadavg: 2.46 2.15 2.04 4/75 28324
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.06
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301861 s]
/proc/loadavg: 2.46 2.15 2.04 4/75 28324
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.06
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702935 s]
/proc/loadavg: 2.46 2.15 2.04 4/75 28324
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.06
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 2.43 2.15 2.04 4/86 28346
/proc/meminfo: memFree=1702488/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1310 7266 0 1 5 1 56 5 15 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 27617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25505365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868564 CPUtime=0.77
/proc/28338/stat : 28338 (java) S 28337 28324 27617 0 -1 0 7391 0 1 0 73 4 0 0 19 0 9 0 25505365 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28338/statm: 217141 6586 2566 9 0 211646 0
[pid=28338/tid=28339] ppid=28337 vsize=868564 CPUtime=0.51
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 27617 0 -1 64 2713 0 1 0 50 1 0 0 23 0 9 0 25505366 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4126522832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868564 CPUtime=0.09
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 27617 0 -1 64 2501 0 0 0 9 0 0 0 16 0 9 0 25505367 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868564 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 27617 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25505367 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868564 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 27617 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25505367 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868564 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 27617 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25505369 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868564 CPUtime=0.14
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 27617 0 -1 64 1478 0 0 0 13 1 0 0 16 0 9 0 25505369 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868564 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25505369 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868564 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25505369 889409536 6586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890788

[startup+3.10139 s]
/proc/loadavg: 2.43 2.15 2.04 3/86 28346
/proc/meminfo: memFree=1686360/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1310 7266 0 1 5 1 56 5 15 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 27617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25505365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868676 CPUtime=2.37
/proc/28338/stat : 28338 (java) S 28337 28324 27617 0 -1 0 8371 0 1 0 221 16 0 0 19 0 9 0 25505365 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28338/statm: 217169 7079 2590 9 0 211646 0
[pid=28338/tid=28339] ppid=28337 vsize=868676 CPUtime=1.88
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 27617 0 -1 64 3243 0 1 0 178 10 0 0 25 0 9 0 25505366 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868676 CPUtime=0.28
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 27617 0 -1 64 2923 0 0 0 25 3 0 0 16 0 9 0 25505367 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 27617 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25505367 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 27617 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25505367 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 27617 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25505369 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868676 CPUtime=0.18
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 27617 0 -1 64 1506 0 0 0 17 1 0 0 16 0 9 0 25505369 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25505369 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25505369 889524224 7079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890900

[startup+6.302 s]
/proc/loadavg: 2.47 2.16 2.05 3/86 28346
/proc/meminfo: memFree=1644440/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1310 7266 0 1 5 1 56 5 15 0 1 0 25505294 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 27617 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25505365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868676 CPUtime=5.56
/proc/28338/stat : 28338 (java) S 28337 28324 27617 0 -1 0 9426 0 1 0 509 47 0 0 19 0 9 0 25505365 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28338/statm: 217169 7092 2590 9 0 211646 0
[pid=28338/tid=28339] ppid=28337 vsize=868676 CPUtime=4.86
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 27617 0 -1 64 4286 0 1 0 450 36 0 0 25 0 9 0 25505366 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4126902842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868676 CPUtime=0.47
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 27617 0 -1 64 2923 0 0 0 39 8 0 0 16 0 9 0 25505367 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 27617 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25505367 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 27617 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25505367 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 27617 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25505369 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868676 CPUtime=0.19
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 27617 0 -1 64 1518 0 0 0 18 1 0 0 17 0 9 0 25505369 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25505369 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868676 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 27617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25505369 889524224 7092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890900

[startup+12.7012 s]
/proc/loadavg: 2.51 2.17 2.05 3/78 28348
/proc/meminfo: memFree=1463320/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=167896 CPUtime=4.56
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41431 0 0 0 430 26 0 0 25 0 1 0 25506105 171925504 41417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 41974 41417 75 150 0 41821 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 190120

[startup+25.5027 s]
/proc/loadavg: 2.43 2.17 2.05 3/78 28348
/proc/meminfo: memFree=1462296/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=170008 CPUtime=17.36
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41954 0 0 0 1709 27 0 0 25 0 1 0 25506105 174088192 41940 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 42502 41940 75 150 0 42349 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 192232

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

[startup+31.9059 s]
/proc/loadavg: 2.37 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462296/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=170140 CPUtime=23.76
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41985 0 0 0 2349 27 0 0 25 0 1 0 25506105 174223360 41971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 42535 41971 75 150 0 42382 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 192364

[startup+35.1015 s]
/proc/loadavg: 2.37 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462232/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=170140 CPUtime=26.96
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41991 0 0 0 2669 27 0 0 25 0 1 0 25506105 174223360 41977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 42535 41977 75 150 0 42382 0
Current children cumulated CPU time (s) 34.96
Current children cumulated vsize (KiB) 192364

[startup+36.7028 s]
/proc/loadavg: 2.34 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462232/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=170140 CPUtime=28.55
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41998 0 0 0 2828 27 0 0 25 0 1 0 25506105 174223360 41984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 42535 41984 75 150 0 42382 0
Current children cumulated CPU time (s) 36.55
Current children cumulated vsize (KiB) 192364

[startup+38.3011 s]
/proc/loadavg: 2.34 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462232/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=8
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1376 17572 0 2 5 1 724 70 16 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
[pid=28347] ppid=28324 vsize=5356 CPUtime=0
/proc/28347/stat : 28347 (sh) S 28324 28324 27617 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25506105 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28347/statm: 1339 232 193 169 0 50 0
[pid=28348] ppid=28347 vsize=170140 CPUtime=30.15
/proc/28348/stat : 28348 (minisat) R 28347 28324 27617 0 -1 4194304 41999 0 0 0 2988 27 0 0 25 0 1 0 25506105 174223360 41985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28348/statm: 42535 41985 75 150 0 42382 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 192364

[startup+39.1013 s]
/proc/loadavg: 2.34 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462232/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=38.72
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1448 59981 0 2 5 1 3765 101 15 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 38.72
Current children cumulated vsize (KiB) 16868

[startup+39.3013 s]
/proc/loadavg: 2.34 2.16 2.05 3/78 28348
/proc/meminfo: memFree=1462232/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=38.72
/proc/28324/stat : 28324 (sugar) S 28322 28324 27617 0 -1 4194304 1449 59981 0 2 5 1 3765 101 15 0 1 0 25505294 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 38.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 39.37
CPU time (s): 39.252
CPU user time (s): 38.1492
CPU system time (s): 1.10283
CPU usage (%): 99.7003
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.1492
system time used= 1.10283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65440
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= 21827
involuntary context switches= 21691

runsolver used 0.042993 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 09:40:00
IDJOB=2086779
IDBENCH=58630
IDSOLVER=739
FILE ID=node86/2086779-1247384400
PBS_JOBID= 9507315
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086779-1247384400/watcher-2086779-1247384400 -o /tmp/evaluation-result-2086779-1247384400/solver-2086779-1247384400 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086779-1247384400.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 223aaf1483a6ca1bf0f0bb4b746a8074
RANDOM SEED=1645411473

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1714384 kB
Buffers:         55900 kB
Cached:         193252 kB
SwapCached:          0 kB
Active:         173624 kB
Inactive:       107644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          42708 kB
Slab:            45472 kB
Committed_AS:   270692 kB
PageTables:       1880 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= 66316 MiB
End job on node86 at 2009-07-12 09:40:40