Trace number 233571

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 15.8656 16.5671

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-8.xml
MD5SUMa3151f1debc9907d47b98ba4d4958549
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 benchmark5.9261
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size903
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/233571-1170106761/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233571-1170106761/unknown.xml [Mon Jan 29 22:39:22 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233571-1170106761/unknown.xml /tmp/evaluation/233571-1170106761/sugar23992.csp [Mon Jan 29 22:39:22 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233571-1170106761/sugar-v0-40.jar -convert /tmp/evaluation/233571-1170106761/unknown.xml /tmp/evaluation/233571-1170106761/sugar23992.csp
0.19	c BEGIN convert /tmp/evaluation/233571-1170106761/unknown.xml
0.75	c END convert (0.561778 seconds)
0.78	c # CONVERT_XML  END : /tmp/evaluation/233571-1170106761/sugar23992.csp 154889 bytes (0 seconds) [Mon Jan 29 22:39:22 2007]
0.78	c # CONVERT_XML  CPU : 0.67 = 0 + 0 + 0.62 + 0.05
0.78	
0.78	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233571-1170106761/sugar23992.bcnf [Mon Jan 29 22:39:22 2007]
0.78	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233571-1170106761/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233571-1170106761/sugar23992.map /tmp/evaluation/233571-1170106761/sugar23992.csp /tmp/evaluation/233571-1170106761/sugar23992.bcnf
0.89	c BEGIN parse /tmp/evaluation/233571-1170106761/sugar23992.csp
1.45	c END parse (0.559177 seconds)
1.45	c BEGIN simplify
1.51	c END simplify (0.063343 seconds)
1.51	c BEGIN encode /tmp/evaluation/233571-1170106761/sugar23992.bcnf
6.03	c END encode (4.514651 seconds)
6.12	c # GENERATE_SAT  END : 198283 variables 5269656 clauses 83484640 bytes (6 seconds) [Mon Jan 29 22:39:28 2007]
6.12	c # GENERATE_SAT  CPU : 5.28 = 0.05 + 0 + 4.87 + 0.36
6.12	
6.12	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233571-1170106761/sugar23992.bcnf [Mon Jan 29 22:39:28 2007]
6.12	c # CMD : /tmp/evaluation/233571-1170106761/minisat /tmp/evaluation/233571-1170106761/sugar23992.bcnf /tmp/evaluation/233571-1170106761/sugar23992.out
9.36	c ==================================[MINISAT]===================================
9.36	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.36	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.36	c ==============================================================================
9.36	c |         0 | 5269656 15601460 | 1756552       0        0     nan |  0.000 % |
10.90	c |       100 | 5269656 15601460 | 1932207     100     2071    20.7 |  0.000 % |
11.79	c |       251 | 5269656 15601460 | 2125427     251     5683    22.6 |  0.000 % |
12.91	c |       476 | 5269656 15601460 | 2337970     476    14982    31.5 |  0.000 % |
14.32	c |       813 | 5269656 15601460 | 2571767     813    30604    37.6 |  0.000 % |
15.86	c ==============================================================================
15.86	c restarts              : 5
15.86	c conflicts             : 1194           (130 /sec)
15.87	c decisions             : 4098           (446 /sec)
15.87	c propagations          : 3955080        (430340 /sec)
15.87	c conflict literals     : 43635          (7.76 % deleted)
15.87	c Memory used           : 240.88 MB
15.87	c CPU time              : 9.1906 s
15.87	c 
15.87	c SATISFIABLE
16.01	c # SOLVE_SAT  END : SATISFIABLE (10 seconds) [Mon Jan 29 22:39:38 2007]
16.01	c # SOLVE_SAT  CPU : 9.81 = 0 + 0.01 + 9.29 + 0.51
16.01	
16.01	c # RESULT : SATISFIABLE
16.01	
16.01	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:39:38 2007]
16.13	c BEGIN read SAT output /tmp/evaluation/233571-1170106761/sugar23992.out
16.32	c END read SAT output (0.189078 seconds)
16.32	c BEGIN write solution /tmp/evaluation/233571-1170106761/sugar23992.sol
16.46	c END write solution (0.139485 seconds)
16.52	s SATISFIABLE
16.52	v 780 283 616 410 96 447 793 890 899 661 256 733 230 573 147 218 765 217 387 267 877 74 542 134 20 634 444 676 292 834 691 5 117 818 275 354 539 801 471 607 230 501 786 43 84 891 140 508 545 729 52 381 797 0 640 196 813 129 65 277 598 150 817 208 449 7 819 765 307 531 786 758 89 402 254 7 50 759 857 354 524 583 677 561 278 163 384 853 481 215 126 780 377 144 819 546 778 274 476 660 676 213 27 647 64 676 141 380 0 505 604 813 565 260 735 292 564 90 444 196 1 634 860 243 842 329 445 362 746 611 676 530 95 519 789 288 139 566 5 736 1 811 48 445 831 73 373 556 214 663 652 446 766 715 537 825 280 525 81 669 141 382 657 230 16 796 624 421 210 644 707 495 875 117 729 148 22 736 42 649 611 366 876 770 278 148 316 428 564 525 691 887 9 49 239 120 692 790 656 889 205 289 409 566 2 178 537 372 99 462 194 606 477 673 447 729 7 890 106 683 248 518 284 792 825
16.52	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:39:38 2007]
16.52	c # OUTPUT_SOL  CPU : 0.01 = 0.01 + 0 + 0 + 0
16.52	
16.52	c # MAIN  END :  (16 seconds) [Mon Jan 29 22:39:38 2007]
16.52	c # MAIN  CPU : 15.77 = 0.06 + 0.01 + 14.78 + 0.92
16.52	

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/node58/watcher-233571-1170106761 -o ROOT/results/node58/solver-233571-1170106761 -C 1800 -M 900 /tmp/evaluation/233571-1170106761/solver /tmp/evaluation/233571-1170106761 /tmp/evaluation/233571-1170106761/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: 2.00 1.99 1.66 5/74 23993
/proc/meminfo: memFree=1855824/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=18540 CPUtime=0
/proc/23992/stat : 23992 (runsolver) R 23990 23992 23594 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 30632827 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23992/statm: 4635 279 244 17 0 2626 0

[startup+0.110256 s]
/proc/loadavg: 2.00 1.99 1.66 5/74 23993
/proc/meminfo: memFree=1855824/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=13724 CPUtime=0.04
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 30632827 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23992/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520292 s]
/proc/loadavg: 2.00 1.99 1.66 5/74 23993
/proc/meminfo: memFree=1855824/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=13724 CPUtime=0.04
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30632827 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23992/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34137 s]
/proc/loadavg: 2.00 1.99 1.66 3/82 24009
/proc/meminfo: memFree=1834448/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=13724 CPUtime=0.71
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 1190 7672 0 1 3 1 62 5 15 0 1 0 30632827 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23992/statm: 3431 809 371 3 0 531 0
[pid=24002] ppid=23992 vsize=807332 CPUtime=0.54
/proc/24002/stat : 24002 (java) R 23992 23992 23594 0 -1 0 6881 0 1 0 50 4 0 0 25 0 8 0 30632905 826707968 6631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24002/statm: 201833 6631 1506 14 0 189111 0
[pid=24002/tid=24003] ppid=23992 vsize=807332 CPUtime=0.03
/proc/24002/task/24003/stat : 24003 (java) R 23992 23992 23594 0 -1 64 697 0 0 0 3 0 0 0 16 0 8 0 30632908 826707968 6632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24004] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24004/stat : 24004 (java) S 23992 23992 23594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30632909 826707968 6633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24005] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24005/stat : 24005 (java) S 23992 23992 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30632909 826707968 6634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24006] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24006/stat : 24006 (java) S 23992 23992 23594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30632912 826707968 6635 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24007] ppid=23992 vsize=807332 CPUtime=0.11
/proc/24002/task/24007/stat : 24007 (java) S 23992 23992 23594 0 -1 64 401 0 0 0 11 0 0 0 16 0 8 0 30632912 826707968 6636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24008] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24008/stat : 24008 (java) S 23992 23992 23594 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30632912 826707968 6636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24009] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24009/stat : 24009 (java) S 23992 23992 23594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30632912 826707968 6637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821056

[startup+2.97851 s]
/proc/loadavg: 2.00 1.99 1.66 3/82 24009
/proc/meminfo: memFree=1815504/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=13724 CPUtime=0.71
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 1190 7672 0 1 3 1 62 5 16 0 1 0 30632827 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23992/statm: 3431 809 371 3 0 531 0
[pid=24002] ppid=23992 vsize=807332 CPUtime=2.18
/proc/24002/stat : 24002 (java) R 23992 23992 23594 0 -1 0 8146 0 1 0 204 14 0 0 25 0 8 0 30632905 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152049450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24002/statm: 201833 7893 1510 14 0 189111 0
[pid=24002/tid=24003] ppid=23992 vsize=807332 CPUtime=0.08
/proc/24002/task/24003/stat : 24003 (java) S 23992 23992 23594 0 -1 64 1915 0 0 0 8 0 0 0 16 0 8 0 30632908 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24004] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24004/stat : 24004 (java) S 23992 23992 23594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30632909 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24005] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24005/stat : 24005 (java) S 23992 23992 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30632909 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24006] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24006/stat : 24006 (java) S 23992 23992 23594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30632912 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24007] ppid=23992 vsize=807332 CPUtime=0.15
/proc/24002/task/24007/stat : 24007 (java) S 23992 23992 23594 0 -1 64 420 0 0 0 14 1 0 0 16 0 8 0 30632912 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24008] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24008/stat : 24008 (java) S 23992 23992 23594 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30632912 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24002/tid=24009] ppid=23992 vsize=807332 CPUtime=0
/proc/24002/task/24009/stat : 24009 (java) S 23992 23992 23594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30632912 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821056

[startup+6.2758 s]
/proc/loadavg: 2.00 1.99 1.66 3/82 24009
/proc/meminfo: memFree=1753040/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=17316 CPUtime=5.99
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 2172 15835 0 2 8 1 549 41 19 0 1 0 30632827 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23992/statm: 4329 1693 373 3 0 1429 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 17316

[startup+12.7524 s]
/proc/loadavg: 2.00 1.99 1.67 3/75 24010
/proc/meminfo: memFree=1528072/2055920 swapFree=4191892/4192956
[pid=23992] ppid=23990 vsize=17316 CPUtime=5.99
/proc/23992/stat : 23992 (sugar) S 23990 23992 23594 0 -1 4194304 2182 15835 0 2 8 1 549 41 16 0 1 0 30632827 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23992/statm: 4329 1693 373 3 0 1429 0
[pid=24010] ppid=23992 vsize=243372 CPUtime=6.54
/proc/24010/stat : 24010 (minisat) R 23992 23992 23594 0 -1 0 61015 0 0 0 610 44 0 0 25 0 1 0 30633439 249212928 59960 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/24010/statm: 60843 59960 52 112 0 60727 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 260688

Child status: 0
Real time (s): 16.5671
CPU time (s): 15.8656
CPU user time (s): 14.8737
CPU system time (s): 0.991849
CPU usage (%): 95.7658
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8737
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80045
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= 1584
involuntary context switches= 1676

runsolver used 0.023996 s user time and 0.055991 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 21:39:21 UTC 2007


IDJOB= 233571
IDBENCH= 6616
IDSOLVER= 86
FILE ID= node58/233571-1170106761

PBS_JOBID= 3689843

Free space on /tmp= 66548 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-8.xml
COMMAND LINE= /tmp/evaluation/233571-1170106761/solver /tmp/evaluation/233571-1170106761 /tmp/evaluation/233571-1170106761/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-233571-1170106761 -o ROOT/results/node58/solver-233571-1170106761 -C 1800 -M 900  /tmp/evaluation/233571-1170106761/solver /tmp/evaluation/233571-1170106761 /tmp/evaluation/233571-1170106761/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a3151f1debc9907d47b98ba4d4958549

RANDOM SEED= 561166760

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.234
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.234
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:       1856304 kB
Buffers:         17436 kB
Cached:          62288 kB
SwapCached:        448 kB
Active:         117636 kB
Inactive:        33452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856304 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          81612 kB
Slab:            33956 kB
Committed_AS:   362284 kB
PageTables:       1840 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= 66548 MiB



End job on node58 on Mon Jan 29 21:39:38 UTC 2007