Trace number 228241

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 79.1 80.0285

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-25_ext.xml
MD5SUMa738363689fdfe0f5fde1e5a7851177b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.07623
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
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/228241-1170105883/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/228241-1170105883/unknown.xml [Mon Jan 29 22:24:45 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/228241-1170105883/unknown.xml /tmp/evaluation/228241-1170105883/sugar31526.csp [Mon Jan 29 22:24:45 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228241-1170105883/sugar-v0-40.jar -convert /tmp/evaluation/228241-1170105883/unknown.xml /tmp/evaluation/228241-1170105883/sugar31526.csp
0.17	c BEGIN convert /tmp/evaluation/228241-1170105883/unknown.xml
0.54	c END convert (0.366375 seconds)
0.65	c # CONVERT_XML  END : /tmp/evaluation/228241-1170105883/sugar31526.csp 321693 bytes (0 seconds) [Mon Jan 29 22:24:45 2007]
0.65	c # CONVERT_XML  CPU : 0.47 = 0 + 0 + 0.43 + 0.04
0.65	
0.65	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228241-1170105883/sugar31526.bcnf [Mon Jan 29 22:24:45 2007]
0.65	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228241-1170105883/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228241-1170105883/sugar31526.map /tmp/evaluation/228241-1170105883/sugar31526.csp /tmp/evaluation/228241-1170105883/sugar31526.bcnf
0.77	c BEGIN parse /tmp/evaluation/228241-1170105883/sugar31526.csp
2.19	c END parse (1.428429 seconds)
2.19	c BEGIN simplify
2.20	c END simplify (0.007975 seconds)
2.20	c BEGIN encode /tmp/evaluation/228241-1170105883/sugar31526.bcnf
2.30	c END encode (0.098217 seconds)
2.35	c # GENERATE_SAT  END : 400 variables 10487 clauses 191808 bytes (2 seconds) [Mon Jan 29 22:24:47 2007]
2.35	c # GENERATE_SAT  CPU : 1.63 = 0 + 0 + 1.55 + 0.08
2.35	
2.35	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228241-1170105883/sugar31526.bcnf [Mon Jan 29 22:24:47 2007]
2.35	c # CMD : /tmp/evaluation/228241-1170105883/minisat /tmp/evaluation/228241-1170105883/sugar31526.bcnf /tmp/evaluation/228241-1170105883/sugar31526.out
2.41	c ==================================[MINISAT]===================================
2.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.45	c ==============================================================================
2.45	c |         0 |   10487    37459 |    3495       0        0     nan |  0.000 % |
2.45	c |       100 |   10487    37459 |    3844     100      890     8.9 |  0.001 % |
2.45	c |       250 |   10487    37459 |    4228     250     2417     9.7 |  0.012 % |
2.45	c |       476 |   10488    37459 |    4651     475     4613     9.7 |  0.010 % |
2.45	c |       813 |   10488    37459 |    5117     812     7871     9.7 |  0.010 % |
2.51	c |      1320 |   10490    37459 |    5628    1317    12458     9.5 |  0.010 % |
2.51	c |      2079 |   10490    37459 |    6191    2076    20157     9.7 |  0.010 % |
2.59	c |      3218 |   10493    37459 |    6810    3212    31115     9.7 |  0.014 % |
2.71	c |      4926 |   10494    37459 |    7491    4919    49068    10.0 |  0.005 % |
2.92	c |      7490 |   10496    37459 |    8241    7481    78387    10.5 |  0.006 % |
3.25	c |     11335 |   10500    37459 |    9065    7146    81769    11.4 |  0.014 % |
3.78	c |     17102 |   10504    37459 |    9971    8320    99268    11.9 |  0.005 % |
4.60	c |     25751 |   10510    37459 |   10968    6884    89184    13.0 |  0.016 % |
5.83	c |     38725 |   10520    37459 |   12065    8794   119156    13.5 |  0.007 % |
7.90	c |     58189 |   10525    37459 |   13272   10020   113037    11.3 |  0.018 % |
10.91	c |     87382 |   10541    37459 |   14599   12445   177070    14.2 |  0.001 % |
15.89	c |    131171 |   10555    37459 |   16059   12120   154314    12.7 |  0.001 % |
23.49	c |    196855 |   10506    37309 |   17665   11890   165151    13.9 |  0.251 % |
35.36	c |    295381 |   10416    36960 |   19431   12093   178755    14.8 |  0.751 % |
54.73	c |    443171 |   10353    36663 |   21375   19439   286096    14.7 |  1.001 % |
80.02	c ==============================================================================
80.02	c restarts              : 20
80.02	c conflicts             : 622871         (8097 /sec)
80.02	c decisions             : 742184         (9648 /sec)
80.02	c propagations          : 44946831       (584269 /sec)
80.02	c conflict literals     : 9064975        (29.35 % deleted)
80.02	c Memory used           : 5.80 MB
80.02	c CPU time              : 76.9283 s
80.02	c 
80.02	c UNSATISFIABLE
80.02	c # SOLVE_SAT  END : UNSATISFIABLE (78 seconds) [Mon Jan 29 22:26:05 2007]
80.02	c # SOLVE_SAT  CPU : 76.95 = 0 + 0.01 + 76.93 + 0.01
80.02	
80.02	c # RESULT : UNSATISFIABLE
80.02	
80.02	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:26:05 2007]
80.02	s UNSATISFIABLE
80.02	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:26:05 2007]
80.02	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
80.02	
80.02	c # MAIN  END :  (80 seconds) [Mon Jan 29 22:26:05 2007]
80.02	c # MAIN  CPU : 79.05 = 0 + 0.01 + 78.91 + 0.13
80.02	

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/node2/watcher-228241-1170105883 -o ROOT/results/node2/solver-228241-1170105883 -C 1800 -M 900 /tmp/evaluation/228241-1170105883/solver /tmp/evaluation/228241-1170105883 /tmp/evaluation/228241-1170105883/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: 3.42 3.39 3.06 3/94 31527
/proc/meminfo: memFree=1255120/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=18540 CPUtime=0
/proc/31526/stat : 31526 (runsolver) R 31524 31526 29079 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30543426 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31526/statm: 4635 279 244 17 0 2626 0

[startup+0.102491 s]
/proc/loadavg: 3.42 3.39 3.06 3/94 31527
/proc/meminfo: memFree=1255120/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=0.03
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30543426 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51254 s]
/proc/loadavg: 3.42 3.39 3.06 3/94 31527
/proc/meminfo: memFree=1255120/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=0.03
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30543426 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34062 s]
/proc/loadavg: 3.42 3.39 3.06 3/102 31543
/proc/meminfo: memFree=1230352/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=0.5
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1190 6923 0 1 3 0 43 4 15 0 1 0 30543426 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 809 371 3 0 531 0
[pid=31536] ppid=31526 vsize=807336 CPUtime=0.66
/proc/31536/stat : 31536 (java) R 31526 31526 29079 0 -1 0 7854 0 1 0 61 5 0 0 25 0 8 0 30543491 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073574187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31536/statm: 201834 7602 1506 14 0 189112 0
[pid=31536/tid=31537] ppid=31526 vsize=807336 CPUtime=0.08
/proc/31536/task/31537/stat : 31537 (java) S 31526 31526 29079 0 -1 64 1690 0 0 0 7 1 0 0 16 0 8 0 30543494 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31538] ppid=31526 vsize=807336 CPUtime=0
/proc/31536/task/31538/stat : 31538 (java) S 31526 31526 29079 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30543495 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31539] ppid=31526 vsize=807336 CPUtime=0
/proc/31536/task/31539/stat : 31539 (java) S 31526 31526 29079 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30543495 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31540] ppid=31526 vsize=807336 CPUtime=0
/proc/31536/task/31540/stat : 31540 (java) S 31526 31526 29079 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30543498 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31541] ppid=31526 vsize=807336 CPUtime=0.1
/proc/31536/task/31541/stat : 31541 (java) S 31526 31526 29079 0 -1 64 377 0 0 0 10 0 0 0 16 0 8 0 30543498 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31542] ppid=31526 vsize=807336 CPUtime=0
/proc/31536/task/31542/stat : 31542 (java) S 31526 31526 29079 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30543498 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31536/tid=31543] ppid=31526 vsize=807336 CPUtime=0
/proc/31536/task/31543/stat : 31543 (java) S 31526 31526 29079 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30543498 826712064 7602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 821060

[startup+2.98279 s]
/proc/loadavg: 3.31 3.36 3.06 4/102 31543
/proc/meminfo: memFree=1219856/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=2.14
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1280 18132 0 2 3 1 198 12 15 0 1 0 30543426 14053376 819 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 819 373 3 0 531 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13724

[startup+6.26213 s]
/proc/loadavg: 3.31 3.36 3.06 3/95 31544
/proc/meminfo: memFree=1250952/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=2.14
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1280 18132 0 2 3 1 198 12 16 0 1 0 30543426 14053376 819 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 819 373 3 0 531 0
[pid=31544] ppid=31526 vsize=3540 CPUtime=3.86
/proc/31544/stat : 31544 (minisat) R 31526 31526 29079 0 -1 0 586 0 0 0 386 0 0 0 25 0 1 0 30543662 3624960 525 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/31544/statm: 885 525 51 112 0 769 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 17264

[startup+12.7328 s]
/proc/loadavg: 3.11 3.32 3.05 3/95 31544
/proc/meminfo: memFree=1250312/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=2.14
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1280 18132 0 2 3 1 198 12 16 0 1 0 30543426 14053376 819 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 819 373 3 0 531 0
[pid=31544] ppid=31526 vsize=4068 CPUtime=10.28
/proc/31544/stat : 31544 (minisat) R 31526 31526 29079 0 -1 0 721 0 0 0 1028 0 0 0 25 0 1 0 30543662 4165632 660 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31544/statm: 1017 660 51 112 0 901 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 17792

[startup+25.5501 s]
/proc/loadavg: 2.93 3.28 3.03 3/95 31544
/proc/meminfo: memFree=1249736/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=2.14
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1280 18132 0 2 3 1 198 12 16 0 1 0 30543426 14053376 819 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 819 373 3 0 531 0
[pid=31544] ppid=31526 vsize=4592 CPUtime=22.97
/proc/31544/stat : 31544 (minisat) R 31526 31526 29079 0 -1 0 872 0 0 0 2297 0 0 0 25 0 1 0 30543662 4702208 811 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31544/statm: 1148 811 51 112 0 1032 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 18316

[startup+51.1623 s]
/proc/loadavg: 2.61 3.17 3.01 3/95 31544
/proc/meminfo: memFree=1246152/2055920 swapFree=4192812/4192956
[pid=31526] ppid=31524 vsize=13724 CPUtime=2.14
/proc/31526/stat : 31526 (sugar) S 31524 31526 29079 0 -1 4194304 1280 18132 0 2 3 1 198 12 16 0 1 0 30543426 14053376 819 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31526/statm: 3431 819 373 3 0 531 0
[pid=31544] ppid=31526 vsize=5404 CPUtime=48.33
/proc/31544/stat : 31544 (minisat) R 31526 31526 29079 0 -1 0 1072 0 0 0 4833 0 0 0 25 0 1 0 30543662 5533696 1011 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528756 0 0 4096 3 0 0 0 17 0 0 0
/proc/31544/statm: 1351 1011 51 112 0 1235 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 19128

Child status: 0
Real time (s): 80.0285
CPU time (s): 79.1
CPU user time (s): 78.949
CPU system time (s): 0.150977
CPU usage (%): 98.8398
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.949
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20712
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= 1290
involuntary context switches= 2819

runsolver used 0.096985 s user time and 0.240963 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 21:24:45 UTC 2007


IDJOB= 228241
IDBENCH= 6169
IDSOLVER= 86
FILE ID= node2/228241-1170105883

PBS_JOBID= 3689525

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-25_ext.xml
COMMAND LINE= /tmp/evaluation/228241-1170105883/solver /tmp/evaluation/228241-1170105883 /tmp/evaluation/228241-1170105883/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-228241-1170105883 -o ROOT/results/node2/solver-228241-1170105883 -C 1800 -M 900  /tmp/evaluation/228241-1170105883/solver /tmp/evaluation/228241-1170105883 /tmp/evaluation/228241-1170105883/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a738363689fdfe0f5fde1e5a7851177b

RANDOM SEED= 348154079

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.247
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.247
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:       1255600 kB
Buffers:         13920 kB
Cached:          67068 kB
SwapCached:          0 kB
Active:         711480 kB
Inactive:        35416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1255600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             856 kB
Writeback:           0 kB
Mapped:         691512 kB
Slab:            37140 kB
Committed_AS:  1470540 kB
PageTables:       3404 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 node2 on Mon Jan 29 21:26:05 UTC 2007