Trace number 239167

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 14.2448 16.31

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-4_ext.xml
MD5SUMd9b524fe551de67c9b5c4c60c0d74503
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2448
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.93	c # Sugar v0-40 (/tmp/evaluation/239167-1170108906/sugar-v0-40.jar)
0.93	
0.98	c # MAIN  BEGIN : /tmp/evaluation/239167-1170108906/unknown.xml [Mon Jan 29 23:15:09 2007]
0.98	c # CONVERT_XML  BEGIN : /tmp/evaluation/239167-1170108906/unknown.xml /tmp/evaluation/239167-1170108906/sugar19419.csp [Mon Jan 29 23:15:09 2007]
0.98	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239167-1170108906/sugar-v0-40.jar -convert /tmp/evaluation/239167-1170108906/unknown.xml /tmp/evaluation/239167-1170108906/sugar19419.csp
1.77	c BEGIN convert /tmp/evaluation/239167-1170108906/unknown.xml
2.93	c END convert (1.158233 seconds)
2.98	c # CONVERT_XML  END : /tmp/evaluation/239167-1170108906/sugar19419.csp 2480721 bytes (2 seconds) [Mon Jan 29 23:15:11 2007]
2.98	c # CONVERT_XML  CPU : 1.21 = 0 + 0 + 1.1 + 0.11
2.98	
2.98	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239167-1170108906/sugar19419.bcnf [Mon Jan 29 23:15:11 2007]
2.98	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239167-1170108906/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239167-1170108906/sugar19419.map /tmp/evaluation/239167-1170108906/sugar19419.csp /tmp/evaluation/239167-1170108906/sugar19419.bcnf
3.10	c BEGIN parse /tmp/evaluation/239167-1170108906/sugar19419.csp
11.74	c END parse (8.645148 seconds)
11.74	c BEGIN simplify
11.78	c END simplify (0.031706 seconds)
11.78	c BEGIN encode /tmp/evaluation/239167-1170108906/sugar19419.bcnf
12.19	c END encode (0.408136 seconds)
12.24	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386396 bytes (9 seconds) [Mon Jan 29 23:15:20 2007]
12.25	c # GENERATE_SAT  CPU : 9.16 = 0.01 + 0 + 8.93 + 0.22
12.25	
12.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239167-1170108906/sugar19419.bcnf [Mon Jan 29 23:15:20 2007]
12.25	c # CMD : /tmp/evaluation/239167-1170108906/minisat /tmp/evaluation/239167-1170108906/sugar19419.bcnf /tmp/evaluation/239167-1170108906/sugar19419.out
12.30	c ==================================[MINISAT]===================================
12.30	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.30	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.30	c ==============================================================================
12.30	c |         0 |   42602   157036 |   14200       0        0     nan |  0.000 % |
12.32	c |       101 |   42602   157036 |   15620     101     1313    13.0 | 35.795 % |
12.34	c |       251 |   42602   157036 |   17182     251     3380    13.5 | 35.795 % |
12.39	c |       476 |   42604   157036 |   18900     474     8829    18.6 | 35.795 % |
12.46	c |       813 |   42604   157036 |   20790     811    16319    20.1 | 35.796 % |
12.49	c |      1319 |   42607   157036 |   22869    1314    20756    15.8 | 35.796 % |
12.64	c |      2078 |   42611   157036 |   25156    2069    37446    18.1 | 35.795 % |
12.82	c |      3218 |   42437   156371 |   27671    3154    59412    18.8 | 35.985 % |
13.12	c |      4927 |   42444   156371 |   30438    4856    90072    18.5 | 35.985 % |
13.84	c |      7489 |   42450   156371 |   33482    7412   178503    24.1 | 35.985 % |
14.80	c |     11334 |   42456   156371 |   36831   11251   284515    25.3 | 35.985 % |
16.05	c ==============================================================================
16.05	c restarts              : 11
16.05	c conflicts             : 15193          (4055 /sec)
16.05	c decisions             : 23762          (6343 /sec)
16.05	c propagations          : 5649162        (1507879 /sec)
16.05	c conflict literals     : 419911         (23.27 % deleted)
16.05	c Memory used           : 5.78 MB
16.05	c CPU time              : 3.74643 s
16.05	c 
16.05	c SATISFIABLE
16.06	c # SOLVE_SAT  END : SATISFIABLE (4 seconds) [Mon Jan 29 23:15:24 2007]
16.06	c # SOLVE_SAT  CPU : 3.8 = 0 + 0 + 3.75 + 0.05
16.06	
16.06	c # RESULT : SATISFIABLE
16.06	
16.06	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:15:24 2007]
16.17	c BEGIN read SAT output /tmp/evaluation/239167-1170108906/sugar19419.out
16.21	c END read SAT output (0.036383 seconds)
16.21	c BEGIN write solution /tmp/evaluation/239167-1170108906/sugar19419.sol
16.27	c END write solution (0.058748 seconds)
16.30	s SATISFIABLE
16.30	v 7 22 9 8 4 14 5 21 3 16 6 2 18 24 10 11 15 13 17 1 0 20 19 23 12 11 1 6 17 15 21 0 10 14 19 5 7 12 20 18 8 16 2 23 24 3 13 22 9 4 8 9 17 15 18 16 14 0 23 13 19 20 11 21 24 6 4 7 12 3 10 1 2 5 22 16 19 5 11 2 15 21 6 8 23 17 12 20 18 1 13 9 4 10 22 14 3 24 0 7 17 16 0 10 11 5 1 20 6 9 15 14 21 23 4 7 22 8 3 12 19 2 13 18 24 5 10 14 16 7 12 3 15 24 11 22 17 4 9 20 2 13 6 0 21 23 8 1 19 18 1 21 8 20 5 23 6 18 12 4 7 24 10 19 13 22 17 9 2 14 16 0 11 15 3 19 12 1 6 24 3 16 5 13 18 0 22 23 8 21 17 10 20 11 7 2 14 15 4 9 10 8 7 14 23 24 13 3 4 20 18 1 9 22 16 5 0 12 15 2 17 21 6 11 19 22 18 21 5 10 20 17 8 2 6 3 4 24 7 12 23 19 14 1 16 11 15 9 13 0 18 24 16 19 6 13 2 22 21 0 14 9 17 12 7 20 11 15 4 5 8 10 3 1 23 0 3 10 18 21 2 9 17 15 7 4 16 19 11 8 12 20 24 6 23 1 5 14 22 13 15 13 11 23 19 1 24 4 7 5 9 18 0 2 3 14 12 10 22 17 20 6 21 16 8 2 17 13 4 20 19 11 12 22 10 24 6 16 14 5 1 21 0 7 18 9 23 8 3 15 3 14 2 9 17 11 22 24 19 21 23 0 8 4 6 15 7 18 13 20 5 12 16 10 1 20 5 3 22 13 8 10 9 11 24 2 21 15 0 14 16 1 23 19 4 12 18 7 17 6 24 7 15 3 1 0 12 13 20 17 8 23 22 6 2 10 5 19 16 9 4 11 18 14 21 12 0 22 21 8 18 23 7 10 3 13 19 14 16 17 4 24 1 5 15 6 9 20 2 11 14 11 24 7 12 17 15 23 0 1 20 10 2 5 22 9 6 3 8 13 18 19 4 21 16 13 2 19 24 3 7 8 16 1 12 11 15 6 10 23 21 18 17 9 0 22 4 5 20 14 23 4 12 1 22 9 19 14 18 8 10 13 5 3 0 24 2 11 21 6 15 16 17 7 20 9 23 20 13 0 4 7 2 17 15 16 11 3 1 19 18 8 22 14 10 21 24 12 6 5 4 20 23 12 14 6 18 19 16 22 1 5 13 15 9 0 3 21 24 11 7 17 10 8 2 21 6 4 0 16 22 20 11 9 2 12 3 1 17 15 19 14 5 18 8 13 7 23 24 10 6 15 18 2 9 10 4 1 5 14 21 8 7 13 11 3 23 16 20 19 24 22 0 12 17
16.30	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:15:24 2007]
16.30	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
16.30	
16.30	c # MAIN  END :  (15 seconds) [Mon Jan 29 23:15:24 2007]
16.30	c # MAIN  CPU : 14.17 = 0.01 + 0 + 13.78 + 0.38
16.30	

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/node22/watcher-239167-1170108906 -o ROOT/results/node22/solver-239167-1170108906 -C 1800 -M 900 /tmp/evaluation/239167-1170108906/solver /tmp/evaluation/239167-1170108906 /tmp/evaluation/239167-1170108906/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: 4.25 5.20 4.66 5/94 19420
/proc/meminfo: memFree=15064/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=5352 CPUtime=0
/proc/19419/stat : 19419 (solver) D 19417 19419 18159 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30844714 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 272467815719 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19419/statm: 1338 231 193 169 0 49 0

[startup+0.108191 s]
/proc/loadavg: 4.25 5.20 4.66 5/94 19420
/proc/meminfo: memFree=15064/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=124 CPUtime=0
/proc/19419/stat : 19419 (sugar) D 19417 19419 18159 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 30844714 126976 23 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272465196521 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/19419/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.519222 s]
/proc/loadavg: 4.25 5.20 4.66 5/94 19420
/proc/meminfo: memFree=15064/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=12272 CPUtime=0
/proc/19419/stat : 19419 (sugar) D 19417 19419 18159 0 -1 4194304 607 0 4 0 0 0 0 0 18 0 1 0 30844714 12566528 330 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19419/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.34328 s]
/proc/loadavg: 4.25 5.20 4.66 2/95 19421
/proc/meminfo: memFree=15888/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=13724 CPUtime=0.04
/proc/19419/stat : 19419 (sugar) S 19417 19419 18159 0 -1 4194304 1108 0 4 0 3 1 0 0 15 0 1 0 30844714 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19419/statm: 3431 805 368 3 0 531 0
[pid=19421] ppid=19419 vsize=308 CPUtime=0
/proc/19421/stat : 19421 (java) D 19419 19419 18159 0 -1 0 48 0 2 0 0 0 0 0 18 0 1 0 30844813 315392 37 18446744073709551615 134512640 134570532 4294956688 18446744073709551615 4682759 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/19421/statm: 77 37 29 14 0 5 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14032

[startup+2.98041 s]
/proc/loadavg: 4.25 5.20 4.66 4/102 19428
/proc/meminfo: memFree=15384/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=13724 CPUtime=0.04
/proc/19419/stat : 19419 (sugar) S 19417 19419 18159 0 -1 4194304 1117 0 4 0 3 1 0 0 16 0 1 0 30844714 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19419/statm: 3431 805 368 3 0 531 0
[pid=19421] ppid=19419 vsize=0 CPUtime=1.21
/proc/19421/stat : 19421 (java) R 19419 19419 18159 0 -1 1028 11329 0 30 0 110 11 0 0 19 0 1 0 30844813 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 0 0 0 17 1 0 0
/proc/19421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13724

[startup+6.27466 s]
/proc/loadavg: 4.15 5.17 4.65 3/102 19436
/proc/meminfo: memFree=16152/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=13724 CPUtime=1.25
/proc/19419/stat : 19419 (sugar) S 19417 19419 18159 0 -1 4194304 1186 11329 4 30 3 1 110 11 15 0 1 0 30844714 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19419/statm: 3431 809 371 3 0 531 0
[pid=19429] ppid=19419 vsize=807336 CPUtime=3.25
/proc/19429/stat : 19429 (java) R 19419 19419 18159 0 -1 0 17528 0 1 0 316 9 0 0 25 0 8 0 30845012 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19429/statm: 201834 17253 1506 14 0 189112 0
[pid=19429/tid=19430] ppid=19419 vsize=807336 CPUtime=0.82
/proc/19429/task/19430/stat : 19430 (java) S 19419 19419 18159 0 -1 64 11320 0 0 0 77 5 0 0 16 0 8 0 30845016 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19431] ppid=19419 vsize=807336 CPUtime=0
/proc/19429/task/19431/stat : 19431 (java) S 19419 19419 18159 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30845016 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19432] ppid=19419 vsize=807336 CPUtime=0
/proc/19429/task/19432/stat : 19432 (java) S 19419 19419 18159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30845016 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19433] ppid=19419 vsize=807336 CPUtime=0
/proc/19429/task/19433/stat : 19433 (java) S 19419 19419 18159 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30845019 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19434] ppid=19419 vsize=807336 CPUtime=0.13
/proc/19429/task/19434/stat : 19434 (java) S 19419 19419 18159 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30845019 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19435] ppid=19419 vsize=807336 CPUtime=0
/proc/19429/task/19435/stat : 19435 (java) S 19419 19419 18159 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30845019 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19429/tid=19436] ppid=19419 vsize=807336 CPUtime=0
/proc/19429/task/19436/stat : 19436 (java) S 19419 19419 18159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30845019 826712064 17253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 821060

[startup+12.7721 s]
/proc/loadavg: 4.06 5.13 4.64 3/95 19437
/proc/meminfo: memFree=131408/2055920 swapFree=4192420/4192956
[pid=19419] ppid=19417 vsize=14256 CPUtime=10.41
/proc/19419/stat : 19419 (sugar) S 19417 19419 18159 0 -1 4194304 1421 43674 4 32 4 1 1003 33 15 0 1 0 30844714 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19419/statm: 3564 940 373 3 0 664 0
[pid=19437] ppid=19419 vsize=4460 CPUtime=0.51
/proc/19437/stat : 19437 (minisat) R 19419 19419 18159 0 -1 0 1110 0 0 0 50 1 0 0 21 0 1 0 30845939 4567040 756 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19437/statm: 1115 756 51 112 0 999 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 18716

Child status: 0
Real time (s): 16.31
CPU time (s): 14.2448
CPU user time (s): 13.8379
CPU system time (s): 0.406938
CPU usage (%): 87.3381
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8379
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46718
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2105
involuntary context switches= 2426

runsolver used 0.016997 s user time and 0.05999 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan 29 22:15:08 UTC 2007


IDJOB= 239167
IDBENCH= 7045
IDSOLVER= 86
FILE ID= node22/239167-1170108906

PBS_JOBID= 3689879

Free space on /tmp= 58740 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-4_ext.xml
COMMAND LINE= /tmp/evaluation/239167-1170108906/solver /tmp/evaluation/239167-1170108906 /tmp/evaluation/239167-1170108906/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-239167-1170108906 -o ROOT/results/node22/solver-239167-1170108906 -C 1800 -M 900  /tmp/evaluation/239167-1170108906/solver /tmp/evaluation/239167-1170108906 /tmp/evaluation/239167-1170108906/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d9b524fe551de67c9b5c4c60c0d74503

RANDOM SEED= 825565929

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.235
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.235
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:         15352 kB
Buffers:          8360 kB
Cached:        1744476 kB
SwapCached:          0 kB
Active:         206448 kB
Inactive:      1716400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15352 kB
SwapTotal:     4192956 kB
SwapFree:      4192420 kB
Dirty:          164692 kB
Writeback:       11888 kB
Mapped:         195132 kB
Slab:           102416 kB
Committed_AS:   632612 kB
PageTables:       2304 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= 58485 MiB



End job on node22 on Mon Jan 29 22:15:25 UTC 2007