Trace number 234162

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, and are wall clock time (not CPU 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 0.40SAT 12.4831 13.2113

General information on the benchmark

Nametaillard/js-taillard-15/
js-taillard-15-105-9.xml
MD5SUM248fde799a9c457295ab9d359acd6ca2
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 benchmark8.59169
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1334
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/234162-1170106881/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234162-1170106881/unknown.xml [Mon Jan 29 22:41:22 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234162-1170106881/unknown.xml /tmp/evaluation/234162-1170106881/sugar27896.csp [Mon Jan 29 22:41:22 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234162-1170106881/sugar-v0-40.jar -convert /tmp/evaluation/234162-1170106881/unknown.xml /tmp/evaluation/234162-1170106881/sugar27896.csp
0.17	c BEGIN convert /tmp/evaluation/234162-1170106881/unknown.xml
0.70	c END convert (0.532229 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/234162-1170106881/sugar27896.csp 84340 bytes (0 seconds) [Mon Jan 29 22:41:22 2007]
0.75	c # CONVERT_XML  CPU : 0.65 = 0 + 0.01 + 0.6 + 0.04
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234162-1170106881/sugar27896.bcnf [Mon Jan 29 22:41:22 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234162-1170106881/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234162-1170106881/sugar27896.map /tmp/evaluation/234162-1170106881/sugar27896.csp /tmp/evaluation/234162-1170106881/sugar27896.bcnf
0.87	c BEGIN parse /tmp/evaluation/234162-1170106881/sugar27896.csp
1.33	c END parse (0.454599 seconds)
1.33	c BEGIN simplify
1.36	c END simplify (0.027657 seconds)
1.36	c BEGIN encode /tmp/evaluation/234162-1170106881/sugar27896.bcnf
5.42	c END encode (4.066139 seconds)
5.50	c # GENERATE_SAT  END : 291944 variables 4439868 clauses 68813416 bytes (5 seconds) [Mon Jan 29 22:41:27 2007]
5.50	c # GENERATE_SAT  CPU : 4.68 = 0.03 + 0 + 4.29 + 0.36
5.50	
5.50	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234162-1170106881/sugar27896.bcnf [Mon Jan 29 22:41:27 2007]
5.50	c # CMD : /tmp/evaluation/234162-1170106881/minisat /tmp/evaluation/234162-1170106881/sugar27896.bcnf /tmp/evaluation/234162-1170106881/sugar27896.out
9.63	c ==================================[MINISAT]===================================
9.63	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.63	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.63	c ==============================================================================
9.63	c |         0 | 2300653  6400078 |  766884       0        0     nan |  0.000 % |
10.98	c |       101 | 2300653  6400078 |  843572     101     1554    15.4 | 54.577 % |
12.16	c |       252 | 2300654  6400078 |  927929     251     3944    15.7 | 54.577 % |
12.43	c ==============================================================================
12.43	c restarts              : 3
12.43	c conflicts             : 283            (43 /sec)
12.43	c decisions             : 766            (117 /sec)
12.43	c propagations          : 3777046        (576736 /sec)
12.43	c conflict literals     : 4392           (23.75 % deleted)
12.43	c Memory used           : 185.29 MB
12.43	c CPU time              : 6.549 s
12.43	c 
12.43	c SATISFIABLE
12.61	c # SOLVE_SAT  END : SATISFIABLE (7 seconds) [Mon Jan 29 22:41:34 2007]
12.61	c # SOLVE_SAT  CPU : 7.05 = 0 + 0 + 6.68 + 0.37
12.61	
12.61	c # RESULT : SATISFIABLE
12.61	
12.61	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:41:34 2007]
12.73	c BEGIN read SAT output /tmp/evaluation/234162-1170106881/sugar27896.out
12.98	c END read SAT output (0.251865 seconds)
12.98	c BEGIN write solution /tmp/evaluation/234162-1170106881/sugar27896.sol
13.11	c END write solution (0.122749 seconds)
13.17	s SATISFIABLE
13.17	v 1 36 114 193 272 325 339 443 513 527 617 712 804 840 1277 146 229 288 310 414 466 594 610 819 1007 1078 1090 1197 1259 1304 269 474 517 588 590 640 677 763 844 904 973 1039 1070 1168 1265 54 118 177 241 247 376 449 450 494 588 618 713 938 1039 1144 37 175 274 363 461 463 501 679 711 806 880 884 895 983 1160 41 118 171 329 392 780 892 925 938 945 994 1017 1112 1133 1232 4 7 87 154 258 349 380 432 511 873 1000 1133 1238 1291 1309 235 258 294 647 701 783 846 935 1070 1091 1128 1175 1217 1234 1288 133 251 388 475 537 658 850 853 945 989 1075 1100 1121 1193 1228 9 63 77 214 270 345 412 522 541 570 624 789 948 1254 1323 1 68 162 212 214 297 316 366 713 772 842 880 1030 1118 1264 411 471 478 621 703 761 852 868 869 961 968 971 1055 1063 1075 20 112 234 238 316 325 403 496 574 764 796 861 875 1090 1260 205 237 559 592 660 691 726 771 897 979 1030 1085 1184 1228 1312 262 328 369 433 450 492 538 603 769 865 893 979 1074 1167 1278
13.17	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:41:35 2007]
13.17	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
13.17	
13.17	c # MAIN  END :  (13 seconds) [Mon Jan 29 22:41:35 2007]
13.17	c # MAIN  CPU : 12.38 = 0.03 + 0.01 + 11.57 + 0.77
13.17	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-234162-1170106881 -o ROOT/results/node15/solver-234162-1170106881 -C 1800 -M 900 /tmp/evaluation/234162-1170106881/solver /tmp/evaluation/234162-1170106881 /tmp/evaluation/234162-1170106881/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.91 2.12 2.44 3/94 27897
/proc/meminfo: memFree=1201560/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=5352 CPUtime=0
/proc/27896/stat : 27896 (solver) R 27894 27896 27695 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 30642542 5480448 158 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 240472495552 0 0 4096 0 0 0 0 17 1 0 0
/proc/27896/statm: 1338 158 130 169 0 49 0

[startup+0.102841 s]
/proc/loadavg: 1.91 2.12 2.44 3/94 27897
/proc/meminfo: memFree=1201560/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=13724 CPUtime=0.03
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30642542 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510907 s]
/proc/loadavg: 1.91 2.12 2.44 3/94 27897
/proc/meminfo: memFree=1201560/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=13724 CPUtime=0.03
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30642542 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33304 s]
/proc/loadavg: 1.91 2.12 2.44 4/102 27913
/proc/meminfo: memFree=1183000/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=13724 CPUtime=0.68
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1190 7395 0 1 3 1 60 4 15 0 1 0 30642542 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3431 809 371 3 0 531 0
[pid=27906] ppid=27896 vsize=807336 CPUtime=0.55
/proc/27906/stat : 27906 (java) S 27896 27896 27695 0 -1 0 6666 0 1 0 51 4 0 0 17 0 8 0 30642617 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 201834 6416 1506 14 0 189112 0
[pid=27906/tid=27907] ppid=27896 vsize=807336 CPUtime=0.02
/proc/27906/task/27907/stat : 27907 (java) S 27896 27896 27695 0 -1 64 482 0 0 0 2 0 0 0 16 0 8 0 30642621 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27908] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27908/stat : 27908 (java) S 27896 27896 27695 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30642621 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27909/stat : 27909 (java) S 27896 27896 27695 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30642621 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27910/stat : 27910 (java) S 27896 27896 27695 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30642624 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27911] ppid=27896 vsize=807336 CPUtime=0.13
/proc/27906/task/27911/stat : 27911 (java) R 27896 27896 27695 0 -1 64 400 0 0 0 13 0 0 0 20 0 8 0 30642624 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153226576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27896 27896 27695 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30642624 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27913] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27896 27896 27695 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30642624 826712064 6416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821060

[startup+2.97832 s]
/proc/loadavg: 2.00 2.14 2.44 3/102 27913
/proc/meminfo: memFree=1163864/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=13724 CPUtime=0.68
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1190 7395 0 1 3 1 60 4 16 0 1 0 30642542 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3431 809 371 3 0 531 0
[pid=27906] ppid=27896 vsize=807336 CPUtime=2.19
/proc/27906/stat : 27906 (java) R 27896 27896 27695 0 -1 0 7153 0 1 0 201 18 0 0 25 0 8 0 30642617 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 201834 6901 1510 14 0 189112 0
[pid=27906/tid=27907] ppid=27896 vsize=807336 CPUtime=0.03
/proc/27906/task/27907/stat : 27907 (java) S 27896 27896 27695 0 -1 64 925 0 0 0 3 0 0 0 16 0 8 0 30642621 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27908] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27908/stat : 27908 (java) S 27896 27896 27695 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30642621 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27909/stat : 27909 (java) S 27896 27896 27695 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30642621 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27910/stat : 27910 (java) S 27896 27896 27695 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30642624 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27911] ppid=27896 vsize=807336 CPUtime=0.17
/proc/27906/task/27911/stat : 27911 (java) S 27896 27896 27695 0 -1 64 417 0 0 0 17 0 0 0 16 0 8 0 30642624 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27896 27896 27695 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30642624 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27913] ppid=27896 vsize=807336 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27896 27896 27695 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30642624 826712064 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821060

[startup+6.27889 s]
/proc/loadavg: 2.00 2.14 2.44 3/95 27914
/proc/meminfo: memFree=1102544/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=15600 CPUtime=5.36
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1753 14564 0 2 6 1 489 40 18 0 1 0 30642542 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3900 1274 373 3 0 1000 0
[pid=27914] ppid=27896 vsize=63700 CPUtime=0.76
/proc/27914/stat : 27914 (minisat) R 27896 27896 27695 0 -1 0 15093 0 0 0 67 9 0 0 25 0 1 0 30643092 65228800 14995 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134517939 0 0 4096 0 0 0 0 17 1 0 0
/proc/27914/statm: 15925 14995 36 112 0 15809 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 79300

[startup+12.75 s]
/proc/loadavg: 2.07 2.15 2.44 3/95 27914
/proc/meminfo: memFree=947352/2055920 swapFree=4192812/4192956
[pid=27896] ppid=27894 vsize=15600 CPUtime=12.41
/proc/27896/stat : 27896 (sugar) S 27894 27896 27695 0 -1 4194304 1830 60917 0 2 6 1 1157 77 15 0 1 0 30642542 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3900 1274 373 3 0 1000 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 15600

Child status: 0
Real time (s): 13.2113
CPU time (s): 12.4831
CPU user time (s): 11.6462
CPU system time (s): 0.836872
CPU usage (%): 94.488
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6462
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62834
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1359
involuntary context switches= 1881

runsolver used 0.011998 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 21:41:22 UTC 2007


IDJOB= 234162
IDBENCH= 6666
IDSOLVER= 86
FILE ID= node15/234162-1170106881

PBS_JOBID= 3689900

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-105-9.xml
COMMAND LINE= /tmp/evaluation/234162-1170106881/solver /tmp/evaluation/234162-1170106881 /tmp/evaluation/234162-1170106881/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-234162-1170106881 -o ROOT/results/node15/solver-234162-1170106881 -C 1800 -M 900  /tmp/evaluation/234162-1170106881/solver /tmp/evaluation/234162-1170106881 /tmp/evaluation/234162-1170106881/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  248fde799a9c457295ab9d359acd6ca2

RANDOM SEED= 945705810

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.276
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.276
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:       1202104 kB
Buffers:         66496 kB
Cached:          54272 kB
SwapCached:          0 kB
Active:         726464 kB
Inactive:        72444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:         703668 kB
Slab:            38556 kB
Committed_AS:  1111916 kB
PageTables:       3412 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= 66558 MiB



End job on node15 on Mon Jan 29 21:41:36 UTC 2007