Trace number 224497

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 3.12652 3.22714

DiagnosticValue
CHECKS28090770
NODES7465

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-39_ext.xml
MD5SUM3cd4b239a65fb95cf015560cf326b561
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 benchmark2.48562
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/224497-1168268999/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.42	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.68	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.68	       =>  wckTime=0.365  cpuTime=0.29  mem=21M606
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.566  cpuTime=0.42  mem=15M362
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=178507  nbPropagations=1015  nbRevisions=3420  nbUselessRevisions=1867  nbSingletonTests=52
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.052  cpuTime=0.04  mem=15M362
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=71249  nbPropagations=1658  nbRevisions=6160  nbUselessRevisions=3287  nbAssignments=26
0.97	     nbFailedAssignments=13  nbBacktracks=11  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.078  cpuTime=0.06  mem=15M362
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=248794  nbPropagations=4947  nbRevisions=19305  nbUselessRevisions=10111
0.99	     nbAssignments=80  nbFailedAssignments=48  nbBacktracks=26  nbVisitedNodes=147  nbRestartNogoods=1  mapSize=26
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.103  cpuTime=0.08  mem=15M362
1.02	   
1.02	   search
1.02	     run=2  nbConstraintChecks=479031  nbPropagations=9921  nbRevisions=39614  nbUselessRevisions=20699
1.02	     nbAssignments=138  nbFailedAssignments=73  nbBacktracks=48  nbVisitedNodes=238  nbRestartNogoods=7  mapSize=45
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.131  cpuTime=0.1  mem=15M362
1.04	   
1.04	   search
1.05	     run=3  nbConstraintChecks=747983  nbPropagations=17274  nbRevisions=70196  nbUselessRevisions=36713
1.05	     nbAssignments=220  nbFailedAssignments=117  nbBacktracks=82  nbVisitedNodes=386  nbRestartNogoods=11  mapSize=75
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.158  cpuTime=0.12  mem=15M362
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=1236057  nbPropagations=28779  nbRevisions=118951  nbUselessRevisions=62055
1.09	     nbAssignments=360  nbFailedAssignments=202  nbBacktracks=133  nbVisitedNodes=645  nbRestartNogoods=15  mapSize=119
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.204  cpuTime=0.17  mem=15M362
1.14	   
1.14	   search
1.14	     run=5  nbConstraintChecks=1795231  nbPropagations=45327  nbRevisions=189651  nbUselessRevisions=98754
1.14	     nbAssignments=523  nbFailedAssignments=286  nbBacktracks=211  nbVisitedNodes=939  nbRestartNogoods=23  mapSize=183
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.256  cpuTime=0.22  mem=15M362
1.22	   
1.22	   search
1.22	     run=6  nbConstraintChecks=2723620  nbPropagations=68558  nbRevisions=291633  nbUselessRevisions=151581
1.22	     nbAssignments=761  nbFailedAssignments=405  nbBacktracks=324  nbVisitedNodes=1365  nbRestartNogoods=24  mapSize=275
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.334  cpuTime=0.29  mem=15M362
1.36	   
1.36	   search
1.36	     run=7  nbConstraintChecks=4189812  nbPropagations=104667  nbRevisions=450679  nbUselessRevisions=233937
1.36	     nbAssignments=1164  nbFailedAssignments=634  nbBacktracks=495  nbVisitedNodes=2105  nbRestartNogoods=31
1.36	     mapSize=416  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.468  cpuTime=0.42  mem=15M362
1.55	   
1.55	   search
1.55	     run=8  nbConstraintChecks=6248311  nbPropagations=159318  nbRevisions=691846  nbUselessRevisions=360000
1.55	     nbAssignments=1826  nbFailedAssignments=1036  nbBacktracks=753  nbVisitedNodes=3346  nbRestartNogoods=40
1.55	     mapSize=652  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.66  cpuTime=0.59  mem=15M362
1.82	   
1.82	   search
1.82	     run=9  nbConstraintChecks=9892013  nbPropagations=239003  nbRevisions=1054112  nbUselessRevisions=549151
1.82	     nbAssignments=2684  nbFailedAssignments=1507  nbBacktracks=1137  nbVisitedNodes=4922  nbRestartNogoods=43
1.82	     mapSize=979  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.934  cpuTime=0.86  mem=16M337
1.88	   
1.88	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=16M337)
2.17	   
2.17	   search
2.17	     run=10  nbConstraintChecks=14440016  nbPropagations=357885  nbRevisions=1590213  nbUselessRevisions=829612
2.17	     nbAssignments=3980  nbFailedAssignments=2214  nbBacktracks=1714  nbVisitedNodes=7298  nbRestartNogoods=57
2.17	       =>  wckTime=1.284  cpuTime=1.2  mem=16M337
2.68	   
2.68	   search
2.68	     run=11  nbConstraintChecks=21331426  nbPropagations=529980  nbRevisions=2369429  nbUselessRevisions=1237017
2.68	     nbAssignments=5733  nbFailedAssignments=3099  nbBacktracks=2578  nbVisitedNodes=10452  nbRestartNogoods=67
2.68	       =>  wckTime=1.798  cpuTime=1.71  mem=16M337
3.16	   
3.16	   search
3.16	     run=12  nbConstraintChecks=27912263  nbPropagations=753185  nbRevisions=3381590  nbUselessRevisions=1767733
3.16	     nbAssignments=7465  nbFailedAssignments=4073  nbBacktracks=3296  nbVisitedNodes=13623  nbRestartNogoods=73
3.16	       =>  wckTime=2.272  cpuTime=2.18  mem=16M337
3.16	   
3.16	   global
3.16	     nbConstraintChecks=28090770  nbPropagations=754200  nbRevisions=3385010  nbUselessRevisions=1769600
3.16	     nbRestartNogoods=73  solvingWckTime=2.272  solvingCpuTime=2.18  expiredTime=no  totalExploration=no
3.16	     nbFoundSolutions=1  globalCpuTime=2.66
3.16	       =>  wckTime=2.843  cpuTime=2.6  mem=16M337
3.16	   
3.16	s SATISFIABLE
3.16	v 18 56 33 39 68 33 39 53 4 2 38 56 4 75 38 42 36 52 74 22 54 2 54 17 34 8 70 32 16 75 59 39 37 31 3 55 62 73 51 14 
3.16	d NODES 7465
3.16	d CHECKS 28090770
3.16	   
3.16	   totalWckTime=2.921  totalCpuTime=2.67

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/node47/watcher-224497-1168268999 -o ROOT/results/node47/solver-224497-1168268999 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224497-1168268999/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.85 1.97 1.91 5/85 8059
/proc/meminfo: memFree=1582248/2055920 swapFree=4183964/4192956
[pid=8058] ppid=8056 vsize=172 CPUtime=0
/proc/8058/stat : 8058 (java) R 8056 8058 7991 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 175299190 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 0 0 0
/proc/8058/statm: 43 24 18 14 0 3 0

[startup+0.108277 s]
/proc/loadavg: 1.85 1.97 1.91 5/85 8059
/proc/meminfo: memFree=1582248/2055920 swapFree=4183964/4192956
[pid=8058] ppid=8056 vsize=913068 CPUtime=0.08
/proc/8058/stat : 8058 (java) R 8056 8058 7991 0 -1 0 2865 0 1 0 6 2 0 0 23 0 8 0 175299190 934981632 2611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8058/statm: 228267 2613 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.516319 s]
/proc/loadavg: 1.85 1.97 1.91 5/85 8059
/proc/meminfo: memFree=1582248/2055920 swapFree=4183964/4192956
[pid=8058] ppid=8056 vsize=915328 CPUtime=0.47
/proc/8058/stat : 8058 (java) R 8056 8058 7991 0 -1 0 7429 0 1 0 42 5 0 0 25 0 8 0 175299190 937295872 7168 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8058/statm: 228832 7171 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33841 s]
/proc/loadavg: 1.85 1.97 1.91 3/92 8066
/proc/meminfo: memFree=1550896/2055920 swapFree=4183964/4192956
[pid=8058] ppid=8056 vsize=915464 CPUtime=1.29
/proc/8058/stat : 8058 (java) R 8056 8058 7991 0 -1 0 10548 0 1 0 122 7 0 0 25 0 8 0 175299190 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737731 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8058/statm: 228866 10286 2524 14 0 215336 0
[pid=8058/tid=8060] ppid=8056 vsize=915464 CPUtime=0.03
/proc/8058/task/8060/stat : 8060 (java) S 8056 8058 7991 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175299194 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8061] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8061/stat : 8061 (java) S 8056 8058 7991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175299194 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8062] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8062/stat : 8062 (java) S 8056 8058 7991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175299195 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8063] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8063/stat : 8063 (java) S 8056 8058 7991 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175299199 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8064] ppid=8056 vsize=915464 CPUtime=0.18
/proc/8058/task/8064/stat : 8064 (java) S 8056 8058 7991 0 -1 64 363 0 0 0 17 1 0 0 15 0 8 0 175299199 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8065] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8065/stat : 8065 (java) S 8056 8058 7991 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175299199 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8066] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8066/stat : 8066 (java) S 8056 8058 7991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175299199 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.99158 s]
/proc/loadavg: 1.85 1.97 1.91 3/92 8066
/proc/meminfo: memFree=1550832/2055920 swapFree=4183964/4192956
[pid=8058] ppid=8056 vsize=915464 CPUtime=2.93
/proc/8058/stat : 8058 (java) R 8056 8058 7991 0 -1 0 10563 0 1 0 286 7 0 0 25 0 8 0 175299190 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8058/statm: 228866 10300 2524 14 0 215336 0
[pid=8058/tid=8060] ppid=8056 vsize=915464 CPUtime=0.03
/proc/8058/task/8060/stat : 8060 (java) S 8056 8058 7991 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175299194 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8061] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8061/stat : 8061 (java) S 8056 8058 7991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175299194 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8062] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8062/stat : 8062 (java) S 8056 8058 7991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175299195 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8063] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8063/stat : 8063 (java) S 8056 8058 7991 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175299199 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8064] ppid=8056 vsize=915464 CPUtime=0.21
/proc/8058/task/8064/stat : 8064 (java) S 8056 8058 7991 0 -1 64 377 0 0 0 20 1 0 0 15 0 8 0 175299199 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8065] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8065/stat : 8065 (java) S 8056 8058 7991 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175299199 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8058/tid=8066] ppid=8056 vsize=915464 CPUtime=0
/proc/8058/task/8066/stat : 8066 (java) S 8056 8058 7991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175299199 937435136 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 3.22714
CPU time (s): 3.12652
CPU user time (s): 3.04154
CPU system time (s): 0.084987
CPU usage (%): 96.8822
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.04154
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10573
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= 1148
involuntary context switches= 1333

runsolver used 0.002999 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Jan  8 15:09:59 UTC 2007


IDJOB= 224497
IDBENCH= 5756
FILE ID= node47/224497-1168268999

PBS_JOBID= 3482956

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-39_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224497-1168268999/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-224497-1168268999 -o ROOT/results/node47/solver-224497-1168268999 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224497-1168268999/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3cd4b239a65fb95cf015560cf326b561

RANDOM SEED= 879706927

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.240
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.240
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:       1582664 kB
Buffers:         42172 kB
Cached:         113684 kB
SwapCached:       3468 kB
Active:         340628 kB
Inactive:        77924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582664 kB
SwapTotal:     4192956 kB
SwapFree:      4183964 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:         278040 kB
Slab:            39516 kB
Committed_AS:  4667160 kB
PageTables:       2364 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= 66554 MiB



End job on node47 on Mon Jan  8 15:10:04 UTC 2007