Trace number 224498

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 ACSAT 3.38349 3.4316

DiagnosticValue
CHECKS29054839
NODES7720

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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/224498-1168080527/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.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.69	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.69	       =>  wckTime=0.378  cpuTime=0.32  mem=21M606
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.58  cpuTime=0.45  mem=15M148
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.90	     detectedInconsistency=no
0.90	       =>  wckTime=0.0030  cpuTime=0.0  mem=15M148
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=103094  nbPropagations=1087  nbRevisions=4393  nbUselessRevisions=2413  nbAssignments=41
0.96	     nbFailedAssignments=26  nbBacktracks=10  nbVisitedNodes=76  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.062  cpuTime=0.04  mem=15M148
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=236315  nbPropagations=3093  nbRevisions=13157  nbUselessRevisions=7106  nbAssignments=76
0.99	     nbFailedAssignments=42  nbBacktracks=25  nbVisitedNodes=135  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.088  cpuTime=0.05  mem=15M148
1.02	   
1.02	   search
1.02	     run=2  nbConstraintChecks=557736  nbPropagations=7697  nbRevisions=33533  nbUselessRevisions=17732
1.02	     nbAssignments=148  nbFailedAssignments=86  nbBacktracks=47  nbVisitedNodes=267  nbRestartNogoods=7  mapSize=40
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.126  cpuTime=0.09  mem=15M148
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=832929  nbPropagations=14305  nbRevisions=63065  nbUselessRevisions=33085
1.05	     nbAssignments=219  nbFailedAssignments=120  nbBacktracks=80  nbVisitedNodes=393  nbRestartNogoods=11  mapSize=66
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.155  cpuTime=0.11  mem=15M148
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=1170128  nbPropagations=24072  nbRevisions=106037  nbUselessRevisions=55372
1.09	     nbAssignments=328  nbFailedAssignments=173  nbBacktracks=134  nbVisitedNodes=592  nbRestartNogoods=13  mapSize=116
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.193  cpuTime=0.14  mem=15M148
1.17	   
1.17	   search
1.17	     run=5  nbConstraintChecks=2039098  nbPropagations=39951  nbRevisions=178780  nbUselessRevisions=93310
1.17	     nbAssignments=544  nbFailedAssignments=310  nbBacktracks=210  nbVisitedNodes=1003  nbRestartNogoods=16  mapSize=189
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.27  cpuTime=0.22  mem=15M148
1.28	   
1.28	   search
1.28	     run=6  nbConstraintChecks=3198141  nbPropagations=65294  nbRevisions=294512  nbUselessRevisions=153539
1.28	     nbAssignments=874  nbFailedAssignments=524  nbBacktracks=323  nbVisitedNodes=1628  nbRestartNogoods=23  mapSize=287
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.384  cpuTime=0.33  mem=15M148
1.41	   
1.41	   search
1.41	     run=7  nbConstraintChecks=4608607  nbPropagations=103061  nbRevisions=464183  nbUselessRevisions=242308
1.41	     nbAssignments=1286  nbFailedAssignments=761  nbBacktracks=494  nbVisitedNodes=2394  nbRestartNogoods=35
1.41	     mapSize=443  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.511  cpuTime=0.46  mem=15M148
1.62	   
1.62	   search
1.62	     run=8  nbConstraintChecks=6810096  nbPropagations=159173  nbRevisions=717542  nbUselessRevisions=374783
1.62	     nbAssignments=1882  nbFailedAssignments=1095  nbBacktracks=752  nbVisitedNodes=3485  nbRestartNogoods=38
1.62	     mapSize=662  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.722  cpuTime=0.65  mem=15M148
1.93	   
1.93	   search
1.93	     run=9  nbConstraintChecks=10573660  nbPropagations=245868  nbRevisions=1109789  nbUselessRevisions=579720
1.93	     nbAssignments=2886  nbFailedAssignments=1712  nbBacktracks=1136  nbVisitedNodes=5377  nbRestartNogoods=52
1.93	     mapSize=1023  nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=1.036  cpuTime=0.96  mem=16M123
1.95	   
1.95	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=16M123)
2.35	   
2.35	   search
2.35	     run=10  nbConstraintChecks=15897895  nbPropagations=369030  nbRevisions=1676136  nbUselessRevisions=875207
2.35	     nbAssignments=4150  nbFailedAssignments=2395  nbBacktracks=1713  nbVisitedNodes=7676  nbRestartNogoods=70
2.35	       =>  wckTime=1.449  cpuTime=1.36  mem=16M123
2.82	   
2.82	   search
2.82	     run=11  nbConstraintChecks=21729400  nbPropagations=542714  nbRevisions=2463777  nbUselessRevisions=1286811
2.82	     nbAssignments=5809  nbFailedAssignments=3186  nbBacktracks=2577  nbVisitedNodes=10651  nbRestartNogoods=84
2.82	       =>  wckTime=1.924  cpuTime=1.83  mem=16M123
3.39	   
3.39	   search
3.39	     run=12  nbConstraintChecks=29054839  nbPropagations=772778  nbRevisions=3508467  nbUselessRevisions=1834563
3.39	     nbAssignments=7720  nbFailedAssignments=4269  nbBacktracks=3365  nbVisitedNodes=14161  nbRestartNogoods=96
3.39	       =>  wckTime=2.487  cpuTime=2.4  mem=16M123
3.39	   
3.39	   global
3.39	     nbConstraintChecks=29054839  nbPropagations=772818  nbRevisions=3508467  nbUselessRevisions=1834563
3.39	     nbRestartNogoods=96  solvingWckTime=2.488  solvingCpuTime=2.4  expiredTime=no  totalExploration=no
3.39	     nbFoundSolutions=1  globalCpuTime=2.9
3.39	       =>  wckTime=3.072  cpuTime=2.85  mem=16M123
3.39	   
3.39	s SATISFIABLE
3.39	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.39	d NODES 7720
3.39	d CHECKS 29054839
3.39	   
3.39	   totalWckTime=3.153  totalCpuTime=2.9

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/node45/watcher-224498-1168080527 -o ROOT/results/node45/solver-224498-1168080527 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224498-1168080527/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.61 0.90 1.07 5/73 23023
/proc/meminfo: memFree=1414488/2055920 swapFree=4184004/4192956
[pid=23022] ppid=23017 vsize=18540 CPUtime=0
/proc/23022/stat : 23022 (runsolver) R 23017 23022 22912 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156452329 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23022/statm: 4635 279 244 17 0 2626 0

[startup+0.107383 s]
/proc/loadavg: 0.61 0.90 1.07 5/73 23023
/proc/meminfo: memFree=1414488/2055920 swapFree=4184004/4192956
[pid=23022] ppid=23017 vsize=914988 CPUtime=0.09
/proc/23022/stat : 23022 (java) S 23017 23022 22912 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 156452329 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23022/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515457 s]
/proc/loadavg: 0.61 0.90 1.07 5/73 23023
/proc/meminfo: memFree=1414488/2055920 swapFree=4184004/4192956
[pid=23022] ppid=23017 vsize=915328 CPUtime=0.49
/proc/23022/stat : 23022 (java) R 23017 23022 22912 0 -1 0 7411 0 1 0 45 4 0 0 19 0 8 0 156452329 937295872 7151 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23022/statm: 228832 7151 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3356 s]
/proc/loadavg: 0.61 0.90 1.07 3/87 23037
/proc/meminfo: memFree=1351848/2055920 swapFree=4184004/4192956
[pid=23022] ppid=23017 vsize=915464 CPUtime=1.31
/proc/23022/stat : 23022 (java) R 23017 23022 22912 0 -1 0 10526 0 1 0 124 7 0 0 25 0 8 0 156452329 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754828 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23022/statm: 228866 10264 2513 14 0 215336 0
[pid=23022/tid=23025] ppid=23017 vsize=915464 CPUtime=0.03
/proc/23022/task/23025/stat : 23025 (java) S 23017 23022 22912 0 -1 64 353 0 0 0 3 0 0 0 17 0 8 0 156452333 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23028] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23028/stat : 23028 (java) S 23017 23022 22912 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156452334 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23029] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23029/stat : 23029 (java) S 23017 23022 22912 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156452334 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23034] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23034/stat : 23034 (java) S 23017 23022 22912 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156452337 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23035] ppid=23017 vsize=915464 CPUtime=0.19
/proc/23022/task/23035/stat : 23035 (java) S 23017 23022 22912 0 -1 64 361 0 0 0 18 1 0 0 15 0 8 0 156452337 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23036] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23036/stat : 23036 (java) S 23017 23022 22912 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156452337 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23037] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23037/stat : 23037 (java) S 23017 23022 22912 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156452337 937435136 10264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.9769 s]
/proc/loadavg: 0.61 0.90 1.07 3/87 23037
/proc/meminfo: memFree=1351720/2055920 swapFree=4184004/4192956
[pid=23022] ppid=23017 vsize=915464 CPUtime=2.95
/proc/23022/stat : 23022 (java) R 23017 23022 22912 0 -1 0 10543 0 1 0 287 8 0 0 25 0 8 0 156452329 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073748239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23022/statm: 228866 10279 2513 14 0 215336 0
[pid=23022/tid=23025] ppid=23017 vsize=915464 CPUtime=0.03
/proc/23022/task/23025/stat : 23025 (java) S 23017 23022 22912 0 -1 64 353 0 0 0 3 0 0 0 17 0 8 0 156452333 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23028] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23028/stat : 23028 (java) S 23017 23022 22912 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156452334 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23029] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23029/stat : 23029 (java) S 23017 23022 22912 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156452334 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23034] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23034/stat : 23034 (java) S 23017 23022 22912 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156452337 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23035] ppid=23017 vsize=915464 CPUtime=0.22
/proc/23022/task/23035/stat : 23035 (java) S 23017 23022 22912 0 -1 64 375 0 0 0 21 1 0 0 15 0 8 0 156452337 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23036] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23036/stat : 23036 (java) S 23017 23022 22912 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156452337 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23022/tid=23037] ppid=23017 vsize=915464 CPUtime=0
/proc/23022/task/23037/stat : 23037 (java) S 23017 23022 22912 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156452337 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 3.4316
CPU time (s): 3.38349
CPU user time (s): 3.2925
CPU system time (s): 0.090986
CPU usage (%): 98.5979
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2925
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10550
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= 1087
involuntary context switches= 1252

runsolver used 0.009998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 10:48:50 UTC 2007


IDJOB= 224498
IDBENCH= 5756
FILE ID= node45/224498-1168080527

PBS_JOBID= 3476167

Free space on /tmp= 66540 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 mac.xml 1 XSax /tmp/evaluation/224498-1168080527/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-224498-1168080527 -o ROOT/results/node45/solver-224498-1168080527 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224498-1168080527/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3cd4b239a65fb95cf015560cf326b561

RANDOM SEED= 754562542

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.259
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.259
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:       1415448 kB
Buffers:         48960 kB
Cached:         505620 kB
SwapCached:       2748 kB
Active:          53872 kB
Inactive:       514796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415448 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:            5116 kB
Writeback:           0 kB
Mapped:          20116 kB
Slab:            57536 kB
Committed_AS:  2657264 kB
PageTables:       1636 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= 66540 MiB



End job on node45 on Sat Jan  6 10:49:00 UTC 2007