Trace number 242458

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.40UNSAT 63.08 63.234

General information on the benchmark

Namedimacs/
varDimacs/hole-10_ext.xml
MD5SUM0053f538d7cf85047146fc39657955a2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.54361
SatisfiableNO
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension561
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/242458-1170109226/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/242458-1170109226/unknown.xml [Mon Jan 29 23:20:27 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/242458-1170109226/unknown.xml /tmp/evaluation/242458-1170109226/sugar28423.csp [Mon Jan 29 23:20:27 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/242458-1170109226/sugar-v0-40.jar -convert /tmp/evaluation/242458-1170109226/unknown.xml /tmp/evaluation/242458-1170109226/sugar28423.csp
0.16	c BEGIN convert /tmp/evaluation/242458-1170109226/unknown.xml
0.42	c END convert (0.257938 seconds)
0.43	c # CONVERT_XML  END : /tmp/evaluation/242458-1170109226/sugar28423.csp 20944 bytes (1 seconds) [Mon Jan 29 23:20:28 2007]
0.43	c # CONVERT_XML  CPU : 0.35 = 0 + 0 + 0.33 + 0.02
0.43	
0.43	c # GENERATE_SAT  BEGIN : /tmp/evaluation/242458-1170109226/sugar28423.bcnf [Mon Jan 29 23:20:28 2007]
0.43	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/242458-1170109226/sugar-v0-40.jar -bcnf -map /tmp/evaluation/242458-1170109226/sugar28423.map /tmp/evaluation/242458-1170109226/sugar28423.csp /tmp/evaluation/242458-1170109226/sugar28423.bcnf
0.54	c BEGIN parse /tmp/evaluation/242458-1170109226/sugar28423.csp
0.84	c END parse (0.300637 seconds)
0.84	c BEGIN simplify
0.85	c END simplify (0.003534 seconds)
0.85	c BEGIN encode /tmp/evaluation/242458-1170109226/sugar28423.bcnf
0.89	c END encode (0.040077 seconds)
0.92	c # GENERATE_SAT  END : 110 variables 561 clauses 7108 bytes (0 seconds) [Mon Jan 29 23:20:28 2007]
0.92	c # GENERATE_SAT  CPU : 0 = 0 + 0 + 0 + 0
0.92	
0.92	c # SOLVE_SAT  BEGIN : /tmp/evaluation/242458-1170109226/sugar28423.bcnf [Mon Jan 29 23:20:28 2007]
0.92	c # CMD : /tmp/evaluation/242458-1170109226/minisat /tmp/evaluation/242458-1170109226/sugar28423.bcnf /tmp/evaluation/242458-1170109226/sugar28423.out
0.92	c ==================================[MINISAT]===================================
0.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.92	c ==============================================================================
0.92	c |         0 |     561     1210 |     187       0        0     nan |  0.000 % |
0.93	c |       101 |     561     1210 |     205     101     3053    30.2 |  0.092 % |
0.93	c |       251 |     561     1210 |     226     251     8039    32.0 |  0.092 % |
0.93	c |       476 |     561     1210 |     248     209     5582    26.7 |  0.092 % |
0.94	c |       814 |     561     1210 |     273     239     6283    26.3 |  0.092 % |
0.95	c |      1320 |     561     1210 |     301     255     7365    28.9 |  0.092 % |
0.97	c |      2080 |     561     1210 |     331     318     9293    29.2 |  0.092 % |
0.99	c |      3220 |     561     1210 |     364     309     9309    30.1 |  0.092 % |
1.03	c |      4929 |     561     1210 |     400     356     8212    23.1 |  0.092 % |
1.08	c |      7492 |     561     1210 |     440     452    11530    25.5 |  0.092 % |
1.18	c |     11337 |     561     1210 |     485     463    12392    26.8 |  0.092 % |
1.32	c |     17103 |     561     1210 |     533     446    13046    29.3 |  0.092 % |
1.52	c |     25752 |     561     1210 |     586     495    12985    26.2 |  0.092 % |
1.83	c |     38727 |     561     1210 |     645     410    11081    27.0 |  0.093 % |
2.35	c |     58188 |     561     1210 |     710     496    14660    29.6 |  0.092 % |
3.10	c |     87380 |     561     1210 |     781     632    17684    28.0 |  0.101 % |
4.26	c |    131169 |     561     1210 |     859     460    12419    27.0 |  0.117 % |
6.09	c |    196853 |     561     1210 |     945     831    25997    31.3 |  0.141 % |
8.99	c |    295380 |     561     1210 |    1039     906    24138    26.6 |  0.141 % |
13.46	c |    443170 |     551     1210 |    1143    1018    33243    32.7 |  0.993 % |
20.51	c |    664853 |     541     1210 |    1258     917    28145    30.7 |  2.050 % |
31.40	c |    997379 |     523     1210 |    1383    1138    29917    26.3 |  3.802 % |
48.56	c |   1496167 |     468     1210 |    1522    1200    31744    26.5 |  9.208 % |
63.22	c ==============================================================================
63.22	c restarts              : 23
63.22	c conflicts             : 1939168        (31169 /sec)
63.22	c decisions             : 1979278        (31814 /sec)
63.22	c propagations          : 27724113       (445621 /sec)
63.22	c conflict literals     : 58157814       (5.15 % deleted)
63.22	c Memory used           : 2.13 MB
63.22	c CPU time              : 62.2145 s
63.22	c 
63.22	c UNSATISFIABLE
63.23	c # SOLVE_SAT  END : UNSATISFIABLE (62 seconds) [Mon Jan 29 23:21:30 2007]
63.23	c # SOLVE_SAT  CPU : 62.28 = 0.01 + 0.01 + 62.22 + 0.04
63.23	
63.23	c # RESULT : UNSATISFIABLE
63.23	
63.23	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:21:30 2007]
63.23	s UNSATISFIABLE
63.23	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:21:30 2007]
63.23	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
63.23	
63.23	c # MAIN  END :  (63 seconds) [Mon Jan 29 23:21:30 2007]
63.23	c # MAIN  CPU : 62.63 = 0.01 + 0.01 + 62.55 + 0.06
63.23	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-242458-1170109226 -o ROOT/results/node19/solver-242458-1170109226 -C 1800 -M 900 /tmp/evaluation/242458-1170109226/solver /tmp/evaluation/242458-1170109226 /tmp/evaluation/242458-1170109226/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: 0.27 1.70 2.11 5/79 28424
/proc/meminfo: memFree=1898296/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=5352 CPUtime=0
/proc/28423/stat : 28423 (solver) R 28421 28423 27931 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30876731 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236566311 0 0 4096 0 0 0 0 17 1 0 0
/proc/28423/statm: 1338 231 193 169 0 49 0

[startup+0.105371 s]
/proc/loadavg: 0.27 1.70 2.11 5/79 28424
/proc/meminfo: memFree=1898296/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.03
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30876731 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28423/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513415 s]
/proc/loadavg: 0.27 1.70 2.11 5/79 28424
/proc/meminfo: memFree=1898296/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.38
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1181 3919 0 1 3 0 33 2 16 0 1 0 30876731 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13724

[startup+1.3345 s]
/proc/loadavg: 0.33 1.68 2.11 2/80 28444
/proc/meminfo: memFree=1896112/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.39
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 3 1 33 2 15 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=1784 CPUtime=0.4
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 116 0 0 0 40 0 0 0 20 0 1 0 30876823 1826816 100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527294 0 0 4096 3 0 0 0 17 1 0 0
/proc/28444/statm: 446 100 51 112 0 330 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 15508

[startup+2.97168 s]
/proc/loadavg: 0.33 1.68 2.11 2/83 28476
/proc/meminfo: memFree=1890776/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.39
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 3 1 33 2 15 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=1784 CPUtime=2.03
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 136 0 0 0 203 0 0 0 25 0 1 0 30876823 1826816 120 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/28444/statm: 446 120 51 112 0 330 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 15508

[startup+6.26504 s]
/proc/loadavg: 0.39 1.67 2.10 2/83 28476
/proc/meminfo: memFree=1890712/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.39
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 3 1 33 2 16 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=1916 CPUtime=5.32
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 159 0 0 0 532 0 0 0 25 0 1 0 30876823 1961984 143 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/28444/statm: 479 143 51 112 0 363 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 15640

[startup+12.7267 s]
/proc/loadavg: 0.43 1.66 2.09 2/97 28536
/proc/meminfo: memFree=1881264/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.39
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 3 1 33 2 16 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=2048 CPUtime=11.77
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 180 0 0 0 1177 0 0 0 25 0 1 0 30876823 2097152 164 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527335 0 0 4096 3 0 0 0 17 0 0 0
/proc/28444/statm: 512 164 51 112 0 396 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 15772

[startup+25.5621 s]
/proc/loadavg: 0.52 1.64 2.08 2/83 28548
/proc/meminfo: memFree=1890272/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.39
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 3 1 33 2 16 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=2180 CPUtime=24.61
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 208 0 0 0 2460 1 0 0 25 0 1 0 30876823 2232320 192 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134526217 0 0 4096 3 0 0 0 17 0 0 0
/proc/28444/statm: 545 192 51 112 0 429 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 15904

[startup+51.2179 s]
/proc/loadavg: 0.71 1.58 2.05 2/83 28620
/proc/meminfo: memFree=1890080/2055920 swapFree=4192812/4192956
[pid=28423] ppid=28421 vsize=13724 CPUtime=0.4
/proc/28423/stat : 28423 (sugar) S 28421 28423 27931 0 -1 4194304 1320 3919 0 1 4 1 33 2 16 0 1 0 30876731 14053376 836 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28423/statm: 3431 836 373 3 0 531 0
[pid=28435] ppid=28423 vsize=0 CPUtime=0.45
/proc/28435/stat : 28435 (java) Z 28423 28423 27931 0 -1 1036 5547 0 1 0 41 4 0 0 16 0 1 0 30876774 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28435/statm: 0 0 0 0 0 0 0
[pid=28444] ppid=28423 vsize=2180 CPUtime=50.23
/proc/28444/stat : 28444 (minisat) R 28423 28423 27931 0 -1 0 229 0 0 0 5021 2 0 0 25 0 1 0 30876823 2232320 213 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525820 0 0 4096 3 0 0 0 17 0 0 0
/proc/28444/statm: 545 213 51 112 0 429 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15904

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28423 and gives childrusage.ru_utime.tv_sec=62 childrusage.ru_utime.tv_usec=594484 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=74988
CPU time returned by wait4() is 62.6695
while last known CPU time is 63.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 63.234
CPU time (s): 63.08
CPU user time (s): 62.98
CPU system time (s): 0.1
CPU usage (%): 99.7565
Max. virtual memory (cumulated for all children) (KiB): 15904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.5945
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5566
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 408
involuntary context switches= 749

runsolver used 0.068989 s user time and 0.171973 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 22:20:27 UTC 2007


IDJOB= 242458
IDBENCH= 7393
IDSOLVER= 86
FILE ID= node19/242458-1170109226

PBS_JOBID= 3690002

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/varDimacs/hole-10_ext.xml
COMMAND LINE= /tmp/evaluation/242458-1170109226/solver /tmp/evaluation/242458-1170109226 /tmp/evaluation/242458-1170109226/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-242458-1170109226 -o ROOT/results/node19/solver-242458-1170109226 -C 1800 -M 900  /tmp/evaluation/242458-1170109226/solver /tmp/evaluation/242458-1170109226 /tmp/evaluation/242458-1170109226/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0053f538d7cf85047146fc39657955a2

RANDOM SEED= 414971518

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.214
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	: 5931.00
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.214
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:       1898776 kB
Buffers:         11696 kB
Cached:          49640 kB
SwapCached:          0 kB
Active:          80332 kB
Inactive:        24448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:          62292 kB
Slab:            37808 kB
Committed_AS:   488636 kB
PageTables:       1756 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= 66563 MiB



End job on node19 on Mon Jan 29 22:21:33 UTC 2007