Trace number 237247

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
Abscon 109 ESACSAT 7.70483 7.75244

DiagnosticValue
CHECKS7301938
NODES1215

General information on the benchmark

Namezhou/
queens2.xml
MD5SUM983aef29b4fcfd91366385dcfbd7a97c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.083986
SatisfiableYES
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)allDifferent(3)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.33	     name=/tmp/evaluation/237247-1168347152/unknown.xml
0.35	   
0.35	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.45	     nbVariables=310  nbDomainTypes=207  minDomainSize=104  maxDomainSize=104
0.45	       =>  wckTime=0.157  cpuTime=0.11  mem=8M837
0.45	   
0.45	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
1.02	     nbConstraints=209  nbUnaryConstraints=2  nbGlobalConstraints=3  nbConvertedConstraints=206
1.02	     nbConvertConstraintsChecks=2228096  nbExtensionStructures=206  nbSharedExtensionStructures=0
1.02	     nbConflictsStructures=206  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=42744  maxDegree=3
1.02	     maxArity=104
1.02	       =>  wckTime=0.72  cpuTime=0.61  mem=14M689
1.06	   
1.06	   solver IterativeSystematicSolver being built... 
1.26	       =>  wckTime=0.96  cpuTime=0.77  mem=32M338
3.41	   
3.41	   preprocessing
3.41	     nbConstraintChecks=2438217  nbPropagations=34215  nbRevisions=25962  nbUselessRevisions=141  nbSingletonTests=541
3.41	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
3.41	       =>  wckTime=2.154  cpuTime=2.09  mem=64M872
4.89	   
4.89	   search
4.89	     run=0  nbConstraintChecks=1215662  nbPropagations=51386  nbRevisions=39096  nbUselessRevisions=362
4.89	     nbAssignments=288  nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=296  nbRestartNogoods=0  mapSize=5
4.89	     nbInferences=0  nbTooLargeKeys=0
4.89	       =>  wckTime=3.63  cpuTime=3.53  mem=51M340
6.32	   
6.32	   search
6.32	     run=1  nbConstraintChecks=2417777  nbPropagations=120014  nbRevisions=91283  nbUselessRevisions=840
6.32	     nbAssignments=580  nbFailedAssignments=6  nbBacktracks=30  nbVisitedNodes=597  nbRestartNogoods=2  mapSize=12
6.32	     nbInferences=0  nbTooLargeKeys=0
6.32	       =>  wckTime=5.059  cpuTime=4.96  mem=37M768
7.01	   
7.01	   search
7.01	     run=2  nbConstraintChecks=3622215  nbPropagations=205839  nbRevisions=156485  nbUselessRevisions=1363
7.01	     nbAssignments=870  nbFailedAssignments=10  nbBacktracks=52  nbVisitedNodes=895  nbRestartNogoods=4  mapSize=18
7.01	     nbInferences=0  nbTooLargeKeys=0
7.01	       =>  wckTime=5.752  cpuTime=5.64  mem=22M696
7.70	   
7.70	   search
7.70	     run=3  nbConstraintChecks=4863721  nbPropagations=309198  nbRevisions=235180  nbUselessRevisions=2051
7.70	     nbAssignments=1215  nbFailedAssignments=15  nbBacktracks=82  nbVisitedNodes=1251  nbRestartNogoods=6  mapSize=27
7.70	     nbInferences=0  nbTooLargeKeys=0
7.70	       =>  wckTime=6.444  cpuTime=6.32  mem=56M215
7.71	   
7.71	   global
7.71	     nbConstraintChecks=7301938  nbPropagations=343413  nbRevisions=261142  nbUselessRevisions=2192  nbRestartNogoods=6
7.71	     solvingWckTime=6.445  solvingCpuTime=6.32  expiredTime=no  totalExploration=no  nbFoundSolutions=1
7.71	     globalCpuTime=7.13
7.71	       =>  wckTime=7.407  cpuTime=7.1  mem=56M215
7.71	   
7.71	s SATISFIABLE
7.71	v 1 7 6 5 6 4 2 10 7 4 77 73 69 91 86 81 78 72 66 12 5 -2 89 81 73 17 8 -1 71 61 51 87 76 65 59 47 35 72 59 46 23 9 -5 70 55 40 84 68 52 96 79 62 114 96 78 34 15 -4 30 10 -10 124 103 82 123 101 79 121 98 75 98 74 50 122 97 72 108 82 56 38 11 -16 119 91 63 100 71 42 33 3 -27 120 89 58 134 102 70 125 92 59 94 60 26 47 12 -23 82 46 10 115 78 41 90 52 14 109 70 31 135 95 55 58 17 -24 117 75 33 143 100 57 57 13 -31 111 66 21 126 80 34 61 14 -33 102 54 6 68 19 -30 107 57 7 67 16 -35 95 43 -9 74 21 -32 105 51 -3 73 18 -37 104 48 -8 80 23 -34 116 58 0 99 40 -19 113 53 -7 86 25 -36 147 85 23 83 20 -43 88 24 -40 155 90 25 93 27 -39 150 83 16 145 77 9 156 87 18 169 99 29 97 26 -45 166 94 22 157 84 11 178 104 30 103 28 -47 164 88 12 112 35 -42 171 93 15 129 50 -29 149 69 -11 110 29 -52 138 56 -26 85 2 -81 106 22 -62 148 63 -22 151 65 -21 154 67 -20 118 30 -58 153 64 -25 152 62 -28 133 42 -49 136 44 -48 142 49 -44 128 34 -60 131 36 -59 127 31 -65 130 33 -64 139 41 -57 137 38 -61 132 32 -68 146 45 -56 141 39 -63 140 37 -66 
7.71	d NODES 1215
7.71	d CHECKS 7301938
7.71	   
7.71	   totalWckTime=7.483  totalCpuTime=7.14

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/node19/watcher-237247-1168347152 -o ROOT/results/node19/solver-237247-1168347152 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237247-1168347152/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.87 1.98 2.03 4/88 20676
/proc/meminfo: memFree=1845000/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=172 CPUtime=0
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 183109993 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 43 24 18 14 0 3 0

[startup+0.108512 s]
/proc/loadavg: 1.87 1.98 2.03 4/88 20676
/proc/meminfo: memFree=1845000/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=914988 CPUtime=0.09
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 3040 0 1 0 8 1 0 0 22 0 8 0 183109993 936947712 2786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153609865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20675/statm: 228747 2786 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.52059 s]
/proc/loadavg: 1.87 1.98 2.03 4/88 20676
/proc/meminfo: memFree=1845000/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=915328 CPUtime=0.49
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 6737 0 1 0 46 3 0 0 25 0 8 0 183109993 937295872 6476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20675/statm: 228832 6476 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34175 s]
/proc/loadavg: 1.87 1.98 2.03 3/95 20683
/proc/meminfo: memFree=1820496/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=915560 CPUtime=1.32
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 13485 0 1 0 124 8 0 0 25 0 8 0 183109993 937533440 13223 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755007 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20675/statm: 228890 13224 2541 14 0 215360 0
[pid=20675/tid=20677] ppid=20673 vsize=915560 CPUtime=0.03
/proc/20675/task/20677/stat : 20677 (java) S 20673 20675 19925 0 -1 64 466 0 0 0 3 0 0 0 17 0 8 0 183109997 937533440 13224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20678] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20678/stat : 20678 (java) S 20673 20675 19925 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 13225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20679] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20679/stat : 20679 (java) S 20673 20675 19925 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 13225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20680] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20680/stat : 20680 (java) S 20673 20675 19925 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183110001 937533440 13226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20681] ppid=20673 vsize=915560 CPUtime=0.19
/proc/20675/task/20681/stat : 20681 (java) S 20673 20675 19925 0 -1 64 388 0 0 0 19 0 0 0 15 0 8 0 183110001 937533440 13226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20682] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20682/stat : 20682 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183110001 937533440 13227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20683] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20683/stat : 20683 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183110001 937533440 13228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915560

[startup+2.97905 s]
/proc/loadavg: 1.87 1.98 2.03 3/95 20683
/proc/meminfo: memFree=1771088/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=915560 CPUtime=2.95
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 21256 0 1 0 284 11 0 0 25 0 8 0 183109993 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073894239 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20675/statm: 228890 20993 2547 14 0 215360 0
[pid=20675/tid=20677] ppid=20673 vsize=915560 CPUtime=0.06
/proc/20675/task/20677/stat : 20677 (java) S 20673 20675 19925 0 -1 64 4210 0 0 0 5 1 0 0 17 0 8 0 183109997 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20678] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20678/stat : 20678 (java) S 20673 20675 19925 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20679] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20679/stat : 20679 (java) S 20673 20675 19925 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20680] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20680/stat : 20680 (java) S 20673 20675 19925 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183110001 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20681] ppid=20673 vsize=915560 CPUtime=0.22
/proc/20675/task/20681/stat : 20681 (java) S 20673 20675 19925 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 183110001 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20682] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20682/stat : 20682 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183110001 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20683] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20683/stat : 20683 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183110001 937533440 20993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915560

[startup+6.27868 s]
/proc/loadavg: 1.88 1.98 2.03 3/95 20683
/proc/meminfo: memFree=1764880/2055920 swapFree=4171244/4192956
[pid=20675] ppid=20673 vsize=915560 CPUtime=6.24
/proc/20675/stat : 20675 (java) R 20673 20675 19925 0 -1 0 22794 0 1 0 612 12 0 0 25 0 8 0 183109993 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754989 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20675/statm: 228890 22527 2547 14 0 215360 0
[pid=20675/tid=20677] ppid=20673 vsize=915560 CPUtime=0.07
/proc/20675/task/20677/stat : 20677 (java) S 20673 20675 19925 0 -1 64 5734 0 0 0 6 1 0 0 17 0 8 0 183109997 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20678] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20678/stat : 20678 (java) S 20673 20675 19925 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20679] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20679/stat : 20679 (java) S 20673 20675 19925 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183109997 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20680] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20680/stat : 20680 (java) S 20673 20675 19925 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183110001 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20681] ppid=20673 vsize=915560 CPUtime=0.24
/proc/20675/task/20681/stat : 20681 (java) S 20673 20675 19925 0 -1 64 407 0 0 0 23 1 0 0 15 0 8 0 183110001 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20682] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20682/stat : 20682 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183110001 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20675/tid=20683] ppid=20673 vsize=915560 CPUtime=0
/proc/20675/task/20683/stat : 20683 (java) S 20673 20675 19925 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183110001 937533440 22527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915560

Child status: 0
Real time (s): 7.75244
CPU time (s): 7.70483
CPU user time (s): 7.55985
CPU system time (s): 0.144977
CPU usage (%): 99.3859
Max. virtual memory (cumulated for all children) (KiB): 915560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.55985
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23141
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= 1407
involuntary context switches= 1480

runsolver used 0.012998 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Jan  9 12:52:33 UTC 2007


IDJOB= 237247
IDBENCH= 6909
FILE ID= node19/237247-1168347152

PBS_JOBID= 3503607

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/queens2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237247-1168347152/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-237247-1168347152 -o ROOT/results/node19/solver-237247-1168347152 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237247-1168347152/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  983aef29b4fcfd91366385dcfbd7a97c

RANDOM SEED= 672051330

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.260
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.260
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:       1845480 kB
Buffers:          9936 kB
Cached:          85476 kB
SwapCached:      10396 kB
Active:         115244 kB
Inactive:        39040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845480 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          69028 kB
Slab:            40664 kB
Committed_AS:  5103100 kB
PageTables:       2396 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= 66556 MiB



End job on node19 on Tue Jan  9 12:52:41 UTC 2007