Trace number 1080873

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 18.8941 19.2574

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-3.xml
MD5SUM9ba2c05d75416be79db8f8c7771688d8
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 benchmark18.8941
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:19:48 2008
0.00/0.04	c 0	PID 3336
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080873-1215213588.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-1080873-1215213588.xml' 'HOME/temp.csp'
0.04/0.88	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	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.91/1.02	c 1	Parsing HOME/temp.csp
1.11/1.26	c 1	parsed 3732 expressions
1.11/1.27	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.27	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 374 (10%) expressions
1.20/1.35	c 1	converted 747 (20%) expressions
1.31/1.47	c 1	converted 1120 (30%) expressions
1.40/1.50	c 1	converted 1493 (40%) expressions
1.40/1.52	c 1	converted 1866 (50%) expressions
1.40/1.53	c 1	converted 2240 (60%) expressions
1.40/1.54	c 1	converted 2613 (70%) expressions
1.40/1.55	c 1	converted 2986 (80%) expressions
1.40/1.56	c 1	converted 3359 (90%) expressions
1.40/1.57	c 1	converted 3732 (100%) expressions
1.40/1.57	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1424
1.40/1.57	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.57	c 1	Propagation in CSP
1.60/1.74	c 1	200340 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.74	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 840
1.60/1.74	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.74	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.83	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 840
1.70/1.83	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.92	c 2	30 (10%) CSP integer variables are encoded (22605 clauses, 316961 bytes)
1.80/1.95	c 2	60 (20%) CSP integer variables are encoded (45630 clauses, 662336 bytes)
1.80/1.98	c 2	90 (30%) CSP integer variables are encoded (69585 clauses, 1021661 bytes)
1.89/2.01	c 2	120 (40%) CSP integer variables are encoded (91320 clauses, 1347686 bytes)
1.89/2.03	c 2	150 (50%) CSP integer variables are encoded (110805 clauses, 1661840 bytes)
1.89/2.06	c 2	180 (60%) CSP integer variables are encoded (133290 clauses, 2044085 bytes)
1.89/2.09	c 2	210 (70%) CSP integer variables are encoded (153525 clauses, 2388080 bytes)
1.99/2.13	c 2	240 (80%) CSP integer variables are encoded (175860 clauses, 2767775 bytes)
1.99/2.15	c 2	270 (90%) CSP integer variables are encoded (193485 clauses, 3067400 bytes)
1.99/2.18	c 2	300 (100%) CSP integer variables are encoded (212250 clauses, 3386405 bytes)
2.58/2.74	c 2	883 (10%) CSP clauses are encoded (475677 clauses, 9218290 bytes)
3.19/3.34	c 3	1766 (20%) CSP clauses are encoded (777142 clauses, 16222593 bytes)
3.77/3.91	c 4	2649 (30%) CSP clauses are encoded (1058568 clauses, 22767179 bytes)
4.37/4.52	c 4	3532 (40%) CSP clauses are encoded (1369600 clauses, 30003004 bytes)
4.86/5.09	c 5	4415 (50%) CSP clauses are encoded (1657303 clauses, 36700855 bytes)
5.46/5.64	c 5	5298 (60%) CSP clauses are encoded (1931058 clauses, 43094080 bytes)
5.95/6.13	c 6	6181 (70%) CSP clauses are encoded (2177469 clauses, 48862374 bytes)
6.45/6.70	c 6	7064 (80%) CSP clauses are encoded (2459419 clauses, 55736188 bytes)
7.04/7.21	c 7	7947 (90%) CSP clauses are encoded (2714031 clauses, 61891886 bytes)
7.52/7.74	c 7	8830 (100%) CSP clauses are encoded (2980067 clauses, 68070228 bytes)
7.52/7.75	c 7	8830 CSP clauses encoded
7.52/7.75	c 7	Writing map file : HOME/temp.map
7.52/7.75	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.75	c 7	SAT : 218250 SAT variables, 2980067 SAT clauses, 68070228 bytes
7.52/7.75	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.79	c 7	SOLVING HOME/temp.cnf
7.52/7.79	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.52/7.79	c 7	This is MiniSat 2.0 beta
7.52/7.79	c 7	WARNING: for repeatability, setting FPU to use double precision
7.52/7.79	c 7	============================[ Problem Statistics ]=============================
7.52/7.79	c 7	|                                                                             |
7.52/7.79	c 7	|  Number of variables:  218250                                               |
7.52/7.79	c 7	|  Number of clauses:    2980067                                              |
9.25/9.59	c 9	|  Parsing time:         1.53         s                                       |
9.34/9.68	c 9	============================[ Search Statistics ]==============================
9.34/9.68	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.34/9.68	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.34/9.68	c 9	===============================================================================
9.34/9.68	c 9	|         0 |  218066  2979883  8520048 |   993294        0    nan |  0.000 % |
10.64/10.92	c 11	|       101 |  218066  2979883  8520048 |  1092623      101     19 |  0.084 % |
12.21/12.54	c 12	|       252 |  218066  2979883  8520048 |  1201886      252     15 |  0.084 % |
14.39/14.73	c 14	|       478 |  218066  2979883  8520048 |  1322074      478     15 |  0.084 % |
17.46/17.82	c 17	|       816 |  218066  2979883  8520048 |  1454282      816     20 |  0.084 % |
18.06/18.45	c 18	===============================================================================
18.06/18.47	c 18	restarts              : 5
18.06/18.47	c 18	conflicts             : 919            (89 /sec)
18.06/18.47	c 18	decisions             : 2358           (0.72 % random) (229 /sec)
18.06/18.47	c 18	propagations          : 11378103       (1104517 /sec)
18.06/18.47	c 18	conflict literals     : 19101          (21.35 % deleted)
18.06/18.47	c 18	Memory used           : 142.52 MB
18.06/18.47	c 18	CPU time              : 10.3014 s
18.06/18.47	c 18	
18.16/18.56	c 18	SATISFIABLE
18.16/18.58	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.16/18.58	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.26/18.67	c 18	Decoding HOME/temp.out
18.75/19.15	s SATISFIABLE
18.75/19.16	v 22 78 109 126 199 227 771 846 879 932 1015 1196 1286 1374 1394 181 237 257 345 424 472 538 704 1097 1179 1251 1303 1317 1319 1335 16 21 76 330 458 576 691 783 823 836 850 899 979 1029 1106 51 115 178 275 296 370 501 546 606 1212 1236 1284 1336 1344 1374 47 64 157 244 359 553 631 758 820 1042 1084 1187 1217 1263 1347 52 66 103 389 484 526 555 659 701 762 1077 1122 1220 1257 1292 14 267 322 741 801 852 907 916 1016 1037 1085 1140 1187 1253 1338 4 15 58 86 131 149 208 292 325 403 424 754 972 1052 1139 127 136 156 216 285 304 400 684 968 1060 1157 1185 1240 1329 1363 210 220 278 405 542 629 647 721 785 797 819 1087 1118 1337 1343 52 99 167 293 324 338 344 364 378 535 901 933 1132 1229 1320 106 182 325 380 459 494 520 590 835 921 1141 1239 1287 1303 1374 146 258 330 396 443 491 543 773 896 934 1162 1234 1305 1326 1411 51 386 507 522 599 700 786 929 1019 1033 1045 1084 1187 1362 1406 96 171 281 297 321 448 456 497 536 621 677 714 818 857 1000 8 84 206 313 326 366 398 458 583 666 720 761 951 1378 1412 1 2 69 167 208 292 560 646 775 868 973 1039 1132 1271 1360 5 229 507 590 682 766 835 866 946 999 1010 1084 1092 1129 1273 189 458 547 614 624 699 748 823 889 926 1003 1106 1175 1213 1265 117 171 327 404 423 564 760 784 909 1076 1166 1176 1250 1323 1407
18.75/19.17	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.82/19.22	c 19	CPU 17.89 (0.03 0.01 17.86 0.93)
18.82/19.22	c 19	END Sat Jul  5 01:20:07 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-1080873-1215213588/watcher-1080873-1215213588 -o /tmp/evaluation-result-1080873-1215213588/solver-1080873-1215213588 -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-1080873-1215213588.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/72 3336
/proc/meminfo: memFree=1689504/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=18572 CPUtime=0
/proc/3336/stat : 3336 (runsolver) R 3334 3336 2716 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000334145 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3336/statm: 4643 292 257 25 0 2626 0

[startup+0.0909219 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3336
/proc/meminfo: memFree=1689504/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.04
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000334145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10192 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3336
/proc/meminfo: memFree=1689504/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.04
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000334145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.303975 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3336
/proc/meminfo: memFree=1689504/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.04
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000334145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701983 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3336
/proc/meminfo: memFree=1689504/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.04
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000334145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 3358
/proc/meminfo: memFree=1683720/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.87
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 974 6763 0 1 3 1 79 4 15 0 1 0 2000334145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 797 370 3 0 500 0
[pid=3349] ppid=3336 vsize=5356 CPUtime=0
/proc/3349/stat : 3349 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000334239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3349/statm: 1339 233 193 169 0 50 0
[pid=3350] ppid=3349 vsize=868240 CPUtime=0.53
/proc/3350/stat : 3350 (java) S 3349 3336 2716 0 -1 0 5338 0 1 0 50 3 0 0 18 0 9 0 2000334239 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3350/statm: 217060 4739 1734 9 0 211635 0
[pid=3350/tid=3351] ppid=3349 vsize=868240 CPUtime=0.3
/proc/3350/task/3351/stat : 3351 (java) R 3349 3336 2716 0 -1 64 2650 0 1 0 29 1 0 0 21 0 9 0 2000334240 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3352] ppid=3349 vsize=868240 CPUtime=0.02
/proc/3350/task/3352/stat : 3352 (java) S 3349 3336 2716 0 -1 64 540 0 0 0 2 0 0 0 16 0 9 0 2000334241 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3353] ppid=3349 vsize=868240 CPUtime=0
/proc/3350/task/3353/stat : 3353 (java) S 3349 3336 2716 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000334241 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3354] ppid=3349 vsize=868240 CPUtime=0
/proc/3350/task/3354/stat : 3354 (java) S 3349 3336 2716 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000334242 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3355] ppid=3349 vsize=868240 CPUtime=0
/proc/3350/task/3355/stat : 3355 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000334243 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3356] ppid=3349 vsize=868240 CPUtime=0.18
/proc/3350/task/3356/stat : 3356 (java) S 3349 3336 2716 0 -1 64 1457 0 0 0 17 1 0 0 16 0 9 0 2000334243 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3357] ppid=3349 vsize=868240 CPUtime=0
/proc/3350/task/3357/stat : 3357 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000334244 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3358] ppid=3349 vsize=868240 CPUtime=0
/proc/3350/task/3358/stat : 3358 (java) S 3349 3336 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000334244 889077760 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887196

[startup+3.10221 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 3358
/proc/meminfo: memFree=1667976/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.87
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 974 6763 0 1 3 1 79 4 15 0 1 0 2000334145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 797 370 3 0 500 0
[pid=3349] ppid=3336 vsize=5356 CPUtime=0
/proc/3349/stat : 3349 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000334239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3349/statm: 1339 233 193 169 0 50 0
[pid=3350] ppid=3349 vsize=868464 CPUtime=2.11
/proc/3350/stat : 3350 (java) S 3349 3336 2716 0 -1 0 7859 0 1 0 196 15 0 0 18 0 9 0 2000334239 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3350/statm: 217116 6687 2564 9 0 211663 0
[pid=3350/tid=3351] ppid=3349 vsize=868464 CPUtime=1.61
/proc/3350/task/3351/stat : 3351 (java) R 3349 3336 2716 0 -1 64 3096 0 1 0 151 10 0 0 25 0 9 0 2000334240 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4126586769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3352] ppid=3349 vsize=868464 CPUtime=0.23
/proc/3350/task/3352/stat : 3352 (java) S 3349 3336 2716 0 -1 64 2579 0 0 0 21 2 0 0 16 0 9 0 2000334241 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3353] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3353/stat : 3353 (java) S 3349 3336 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000334241 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3354] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3354/stat : 3354 (java) S 3349 3336 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000334242 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3355] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3355/stat : 3355 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000334243 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3356] ppid=3349 vsize=868464 CPUtime=0.23
/proc/3350/task/3356/stat : 3356 (java) S 3349 3336 2716 0 -1 64 1492 0 0 0 22 1 0 0 16 0 9 0 2000334243 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3357] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3357/stat : 3357 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000334244 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3358] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3358/stat : 3358 (java) S 3349 3336 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000334244 889307136 6687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887420

[startup+6.30251 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 3358
/proc/meminfo: memFree=1630024/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=0.87
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 974 6763 0 1 3 1 79 4 15 0 1 0 2000334145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 797 370 3 0 500 0
[pid=3349] ppid=3336 vsize=5356 CPUtime=0
/proc/3349/stat : 3349 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000334239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3349/statm: 1339 233 193 169 0 50 0
[pid=3350] ppid=3349 vsize=868464 CPUtime=5.28
/proc/3350/stat : 3350 (java) S 3349 3336 2716 0 -1 0 8839 0 1 0 485 43 0 0 18 0 9 0 2000334239 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3350/statm: 217116 6690 2564 9 0 211663 0
[pid=3350/tid=3351] ppid=3349 vsize=868464 CPUtime=4.53
/proc/3350/task/3351/stat : 3351 (java) R 3349 3336 2716 0 -1 64 4073 0 1 0 420 33 0 0 25 0 9 0 2000334240 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3352] ppid=3349 vsize=868464 CPUtime=0.49
/proc/3350/task/3352/stat : 3352 (java) S 3349 3336 2716 0 -1 64 2579 0 0 0 41 8 0 0 16 0 9 0 2000334241 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3353] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3353/stat : 3353 (java) S 3349 3336 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000334241 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3354] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3354/stat : 3354 (java) S 3349 3336 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000334242 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3355] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3355/stat : 3355 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000334243 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3356] ppid=3349 vsize=868464 CPUtime=0.24
/proc/3350/task/3356/stat : 3356 (java) S 3349 3336 2716 0 -1 64 1495 0 0 0 23 1 0 0 16 0 9 0 2000334243 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3357] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3357/stat : 3357 (java) S 3349 3336 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000334244 889307136 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3350/tid=3358] ppid=3349 vsize=868464 CPUtime=0
/proc/3350/task/3358/stat : 3358 (java) S 3349 3336 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000334244 889307136 6690 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) 887420

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 3360
/proc/meminfo: memFree=1481288/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=7.57
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1033 16349 0 2 3 1 693 60 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3359] ppid=3336 vsize=5356 CPUtime=0
/proc/3359/stat : 3359 (sh) S 3336 3336 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000334924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3359/statm: 1339 232 193 169 0 50 0
[pid=3360] ppid=3359 vsize=143992 CPUtime=4.84
/proc/3360/stat : 3360 (minisat) R 3359 3336 2716 0 -1 4194304 34604 0 0 0 458 26 0 0 25 0 1 0 2000334924 147447808 34590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3360/statm: 35998 34590 75 150 0 35845 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 162948

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

[startup+15.9014 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 3360
/proc/meminfo: memFree=1479880/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=7.57
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1033 16349 0 2 3 1 693 60 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3359] ppid=3336 vsize=5356 CPUtime=0
/proc/3359/stat : 3359 (sh) S 3336 3336 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000334924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3359/statm: 1339 232 193 169 0 50 0
[pid=3360] ppid=3359 vsize=145180 CPUtime=8.01
/proc/3360/stat : 3360 (minisat) R 3359 3336 2716 0 -1 4194304 34929 0 0 0 775 26 0 0 25 0 1 0 2000334924 148664320 34915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3360/statm: 36295 34915 75 150 0 36142 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 164136

[startup+17.5016 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 3360
/proc/meminfo: memFree=1479880/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=7.57
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1033 16349 0 2 3 1 693 60 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3359] ppid=3336 vsize=5356 CPUtime=0
/proc/3359/stat : 3359 (sh) S 3336 3336 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000334924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3359/statm: 1339 232 193 169 0 50 0
[pid=3360] ppid=3359 vsize=145180 CPUtime=9.6
/proc/3360/stat : 3360 (minisat) R 3359 3336 2716 0 -1 4194304 34936 0 0 0 934 26 0 0 25 0 1 0 2000334924 148664320 34922 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3360/statm: 36295 34922 75 150 0 36142 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 164136

[startup+18.3027 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 3360
/proc/meminfo: memFree=1479880/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=7.57
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1033 16349 0 2 3 1 693 60 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3359] ppid=3336 vsize=5356 CPUtime=0
/proc/3359/stat : 3359 (sh) S 3336 3336 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000334924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3359/statm: 1339 232 193 169 0 50 0
[pid=3360] ppid=3359 vsize=145312 CPUtime=10.39
/proc/3360/stat : 3360 (minisat) R 3359 3336 2716 0 -1 4194304 34983 0 0 0 1013 26 0 0 25 0 1 0 2000334924 148799488 34969 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3360/statm: 36328 34969 75 150 0 36175 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 164268

[startup+18.7067 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 3363
/proc/meminfo: memFree=1616640/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=18.26
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1090 51696 0 2 3 1 1731 91 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3361] ppid=3336 vsize=5356 CPUtime=0
/proc/3361/stat : 3361 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000336003 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3361/statm: 1339 233 193 169 0 50 0
[pid=3362] ppid=3361 vsize=863756 CPUtime=0.1
/proc/3362/stat : 3362 (java) S 3361 3336 2716 0 -1 0 3261 0 1 0 9 1 0 0 18 0 9 0 2000336004 884486144 2738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3362/statm: 215939 2738 1620 9 0 210521 0
[pid=3362/tid=3363] ppid=3361 vsize=863756 CPUtime=0.09
/proc/3362/task/3363/stat : 3363 (java) R 3361 3336 2716 0 -1 64 2365 0 1 0 9 0 0 0 18 0 9 0 2000336005 884486144 2738 996147200 134512640 134550740 4294956000 18446744073709551615 4125958804 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.36
Current children cumulated vsize (KiB) 882712

[startup+19.1027 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 3363
/proc/meminfo: memFree=1616640/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=18.26
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1090 51696 0 2 3 1 1731 91 16 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3361] ppid=3336 vsize=5356 CPUtime=0
/proc/3361/stat : 3361 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000336003 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3361/statm: 1339 233 193 169 0 50 0
[pid=3362] ppid=3361 vsize=863912 CPUtime=0.49
/proc/3362/stat : 3362 (java) S 3361 3336 2716 0 -1 0 3433 0 1 0 48 1 0 0 18 0 9 0 2000336004 884645888 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3362/statm: 215978 2908 1652 9 0 210560 0
[pid=3362/tid=3363] ppid=3361 vsize=863912 CPUtime=0.46
/proc/3362/task/3363/stat : 3363 (java) R 3361 3336 2716 0 -1 64 2446 0 1 0 45 1 0 0 21 0 9 0 2000336005 884645888 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4126452649 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.75
Current children cumulated vsize (KiB) 882868

[startup+19.2027 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 3363
/proc/meminfo: memFree=1616640/2055920 swapFree=4180028/4192956
[pid=3336] ppid=3334 vsize=13600 CPUtime=18.26
/proc/3336/stat : 3336 (sugar) S 3334 3336 2716 0 -1 4194304 1091 51696 0 2 3 1 1731 91 15 0 1 0 2000334145 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3336/statm: 3400 799 370 3 0 500 0
[pid=3361] ppid=3336 vsize=5356 CPUtime=0
/proc/3361/stat : 3361 (sh) S 3336 3336 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000336003 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3361/statm: 1339 233 193 169 0 50 0
[pid=3362] ppid=3361 vsize=864068 CPUtime=0.56
/proc/3362/stat : 3362 (java) S 3361 3336 2716 0 -1 0 3573 0 1 0 54 2 0 0 18 0 9 0 2000336004 884805632 3042 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3362/statm: 216017 3042 1700 9 0 210592 0
[pid=3362/tid=3363] ppid=3361 vsize=864068 CPUtime=0.51
/proc/3362/task/3363/stat : 3363 (java) S 3361 3336 2716 0 -1 64 2521 0 1 0 50 1 0 0 22 0 9 0 2000336005 884805632 3042 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.82
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 19.2574
CPU time (s): 18.8941
CPU user time (s): 17.9053
CPU system time (s): 0.988849
CPU usage (%): 98.1136
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9053
system time used= 0.988849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56709
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= 15033
involuntary context switches= 15244

runsolver used 0.026995 second user time and 0.077988 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 01:19:48
IDJOB=1080873
IDBENCH=57038
IDSOLVER=346
FILE ID=node4/1080873-1215213588
PBS_JOBID= 7881779
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-3.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-1080873-1215213588/watcher-1080873-1215213588 -o /tmp/evaluation-result-1080873-1215213588/solver-1080873-1215213588 -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-1080873-1215213588.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ba2c05d75416be79db8f8c7771688d8
RANDOM SEED=1579004197

node4.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.213
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.213
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:       1689984 kB
Buffers:         68440 kB
Cached:         217236 kB
SwapCached:       6792 kB
Active:         216464 kB
Inactive:        91056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689984 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          29920 kB
Slab:            43504 kB
Committed_AS:  3396836 kB
PageTables:       1980 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= 66500 MiB
End job on node4 at 2008-07-05 01:20:07