Trace number 205319

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 1.78273 1.81546

DiagnosticValue
CHECKS4659959
NODES4669

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-45_ext.xml
MD5SUM951c0f644163e582a488dc0d61e9cd6a
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 benchmark0.133979
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints226
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension226
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/205319-1168073405/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.42	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=226  nbRelationTypes=226  nbExtensionStructures=226  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=226  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2853  maxDegree=19
0.59	     maxArity=2
0.59	       =>  wckTime=0.273  cpuTime=0.2  mem=10M853
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.473  cpuTime=0.32  mem=13M593
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M593
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=17162  nbPropagations=375  nbRevisions=3478  nbUselessRevisions=2696  nbAssignments=20
0.84	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.048  cpuTime=0.04  mem=14M585
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=48070  nbPropagations=1262  nbRevisions=12694  nbUselessRevisions=9829  nbAssignments=51
0.86	     nbFailedAssignments=19  nbBacktracks=26  nbVisitedNodes=87  nbRestartNogoods=1  mapSize=23  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.067  cpuTime=0.05  mem=14M585
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=98366  nbPropagations=2965  nbRevisions=31340  nbUselessRevisions=24187  nbAssignments=98
0.89	     nbFailedAssignments=37  nbBacktracks=50  nbVisitedNodes=168  nbRestartNogoods=5  mapSize=41  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.095  cpuTime=0.07  mem=14M585
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=176439  nbPropagations=5865  nbRevisions=64240  nbUselessRevisions=49644
0.90	     nbAssignments=165  nbFailedAssignments=66  nbBacktracks=83  nbVisitedNodes=287  nbRestartNogoods=7  mapSize=70
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.112  cpuTime=0.08  mem=14M585
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=272074  nbPropagations=10398  nbRevisions=116108  nbUselessRevisions=89876
0.93	     nbAssignments=260  nbFailedAssignments=109  nbBacktracks=133  nbVisitedNodes=461  nbRestartNogoods=11  mapSize=116
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.135  cpuTime=0.11  mem=14M585
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=395327  nbPropagations=17057  nbRevisions=193329  nbUselessRevisions=150025
0.96	     nbAssignments=388  nbFailedAssignments=157  nbBacktracks=208  nbVisitedNodes=683  nbRestartNogoods=14  mapSize=179
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.172  cpuTime=0.13  mem=14M585
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=633513  nbPropagations=27491  nbRevisions=315667  nbUselessRevisions=245126
1.01	     nbAssignments=611  nbFailedAssignments=264  nbBacktracks=321  nbVisitedNodes=1091  nbRestartNogoods=20  mapSize=282
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.222  cpuTime=0.18  mem=14M585
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=968916  nbPropagations=43376  nbRevisions=502863  nbUselessRevisions=390235
1.08	     nbAssignments=911  nbFailedAssignments=392  nbBacktracks=491  nbVisitedNodes=1637  nbRestartNogoods=25  mapSize=432
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.291  cpuTime=0.25  mem=14M585
1.18	   
1.18	   search
1.18	     run=8  nbConstraintChecks=1389402  nbPropagations=66478  nbRevisions=776376  nbUselessRevisions=603228
1.18	     nbAssignments=1347  nbFailedAssignments=569  nbBacktracks=748  nbVisitedNodes=2410  nbRestartNogoods=30
1.18	     mapSize=653  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.389  cpuTime=0.33  mem=14M585
1.31	   
1.31	   search
1.31	     run=9  nbConstraintChecks=1970053  nbPropagations=99931  nbRevisions=1173132  nbUselessRevisions=913812
1.31	     nbAssignments=2002  nbFailedAssignments=833  nbBacktracks=1134  nbVisitedNodes=3547  nbRestartNogoods=35
1.31	     mapSize=971  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.521  cpuTime=0.45  mem=14M585
1.34	   
1.34	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M585)
1.50	   
1.50	   search
1.50	     run=10  nbConstraintChecks=2964611  nbPropagations=149732  nbRevisions=1764227  nbUselessRevisions=1375107
1.50	     nbAssignments=2993  nbFailedAssignments=1243  nbBacktracks=1713  nbVisitedNodes=5301  nbRestartNogoods=45
1.50	       =>  wckTime=0.707  cpuTime=0.63  mem=14M585
1.78	   
1.78	   search
1.78	     run=11  nbConstraintChecks=4616441  nbPropagations=226485  nbRevisions=2683804  nbUselessRevisions=2092472
1.78	     nbAssignments=4593  nbFailedAssignments=1976  nbBacktracks=2577  nbVisitedNodes=8196  nbRestartNogoods=49
1.78	       =>  wckTime=0.989  cpuTime=0.9  mem=14M585
1.79	   
1.79	   search
1.79	     run=12  nbConstraintChecks=4659959  nbPropagations=304074  nbRevisions=3612958  nbUselessRevisions=2817537
1.79	     nbAssignments=4669  nbFailedAssignments=1995  nbBacktracks=2604  nbVisitedNodes=8305  nbRestartNogoods=60
1.79	       =>  wckTime=0.999  cpuTime=0.91  mem=14M585
1.79	   
1.79	   global
1.79	     nbConstraintChecks=4659959  nbPropagations=304104  nbRevisions=3612958  nbUselessRevisions=2817537
1.79	     nbRestartNogoods=60  solvingWckTime=1.0  solvingCpuTime=0.92  expiredTime=no  totalExploration=no
1.79	     nbFoundSolutions=1  globalCpuTime=1.29
1.79	       =>  wckTime=1.476  cpuTime=1.24  mem=14M585
1.79	   
1.79	s SATISFIABLE
1.79	v 10 10 9 5 12 9 9 9 11 12 0 2 9 0 2 6 7 8 5 3 3 12 5 1 0 1 5 14 5 6 
1.79	d NODES 4669
1.79	d CHECKS 4659959
1.79	   
1.79	   totalWckTime=1.559  totalCpuTime=1.29

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/node5/watcher-205319-1168073405 -o ROOT/results/node5/solver-205319-1168073405 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205319-1168073405/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.46 1.79 1.86 4/93 6323
/proc/meminfo: memFree=1347400/2055920 swapFree=4192812/4192956
[pid=6322] ppid=6320 vsize=907676 CPUtime=0.02
/proc/6322/stat : 6322 (java) S 6320 6322 6031 0 -1 0 2171 0 1 0 2 0 0 0 19 0 4 0 135955241 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6322/statm: 226919 1920 1089 14 0 214502 0
[pid=6322/tid=6324] ppid=6320 vsize=907676 CPUtime=0
/proc/6322/task/6324/stat : 6324 (java) S 6320 6322 6031 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 135955245 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=6322/tid=6325] ppid=6320 vsize=907676 CPUtime=0
/proc/6322/task/6325/stat : 6325 (java) S 6320 6322 6031 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 135955245 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=6322/tid=6326] ppid=6320 vsize=907676 CPUtime=0
/proc/6322/task/6326/stat : 6326 (java) R 6320 6322 6031 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 135955245 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8740824 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102631 s]
/proc/loadavg: 1.46 1.79 1.86 4/93 6323
/proc/meminfo: memFree=1347400/2055920 swapFree=4192812/4192956
[pid=6322] ppid=6320 vsize=914988 CPUtime=0.08
/proc/6322/stat : 6322 (java) R 6320 6322 6031 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 135955241 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072932359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6322/statm: 228747 2741 1427 14 0 215242 0
[pid=6322/tid=6324] ppid=6320 vsize=914988 CPUtime=0
/proc/6322/task/6324/stat : 6324 (java) S 6320 6322 6031 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 135955245 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6325] ppid=6320 vsize=914988 CPUtime=0
/proc/6322/task/6325/stat : 6325 (java) S 6320 6322 6031 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 135955245 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6326] ppid=6320 vsize=914988 CPUtime=0
/proc/6322/task/6326/stat : 6326 (java) S 6320 6322 6031 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 135955245 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510677 s]
/proc/loadavg: 1.46 1.79 1.86 4/93 6323
/proc/meminfo: memFree=1347400/2055920 swapFree=4192812/4192956
[pid=6322] ppid=6320 vsize=915328 CPUtime=0.49
/proc/6322/stat : 6322 (java) S 6320 6322 6031 0 -1 0 6502 0 1 0 45 4 0 0 18 0 8 0 135955241 937295872 6241 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6322/statm: 228832 6241 2138 14 0 215302 0
[pid=6322/tid=6324] ppid=6320 vsize=915328 CPUtime=0
/proc/6322/task/6324/stat : 6324 (java) S 6320 6322 6031 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 135955245 937295872 6241 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6325] ppid=6320 vsize=915328 CPUtime=0
/proc/6322/task/6325/stat : 6325 (java) S 6320 6322 6031 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 135955245 937295872 6241 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6326] ppid=6320 vsize=915328 CPUtime=0
/proc/6322/task/6326/stat : 6326 (java) S 6320 6322 6031 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 135955245 937295872 6241 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33177 s]
/proc/loadavg: 1.46 1.79 1.86 4/100 6330
/proc/meminfo: memFree=1324240/2055920 swapFree=4192812/4192956
[pid=6322] ppid=6320 vsize=915452 CPUtime=1.31
/proc/6322/stat : 6322 (java) R 6320 6322 6031 0 -1 0 8536 0 1 0 124 7 0 0 20 0 8 0 135955241 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073795766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6322/statm: 228863 8274 2513 14 0 215333 0
[pid=6322/tid=6324] ppid=6320 vsize=915452 CPUtime=0.03
/proc/6322/task/6324/stat : 6324 (java) S 6320 6322 6031 0 -1 64 206 0 0 0 3 0 0 0 16 0 8 0 135955245 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6325] ppid=6320 vsize=915452 CPUtime=0
/proc/6322/task/6325/stat : 6325 (java) S 6320 6322 6031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 135955245 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6326] ppid=6320 vsize=915452 CPUtime=0
/proc/6322/task/6326/stat : 6326 (java) S 6320 6322 6031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 135955245 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6327] ppid=6320 vsize=915452 CPUtime=0
/proc/6322/task/6327/stat : 6327 (java) S 6320 6322 6031 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 135955249 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6328] ppid=6320 vsize=915452 CPUtime=0.22
/proc/6322/task/6328/stat : 6328 (java) S 6320 6322 6031 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 135955249 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6329] ppid=6320 vsize=915452 CPUtime=0
/proc/6322/task/6329/stat : 6329 (java) S 6320 6322 6031 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 135955249 937422848 8274 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6322/tid=6330] ppid=6320 vsize=915452 CPUtime=0
/proc/6322/task/6330/stat : 6330 (java) S 6320 6322 6031 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 135955249 937422848 8274 18446744073709551615 134512640 134570532 4294956464 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) 915452

Child status: 0
Real time (s): 1.81546
CPU time (s): 1.78273
CPU user time (s): 1.70674
CPU system time (s): 0.075988
CPU usage (%): 98.1969
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.70674
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8640
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= 836
involuntary context switches= 1093

runsolver used 0.005999 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 08:50:05 UTC 2007


IDJOB= 205319
IDBENCH= 4118
FILE ID= node5/205319-1168073405

PBS_JOBID= 3475765

Free space on /tmp= 66331 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-45_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205319-1168073405/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-205319-1168073405 -o ROOT/results/node5/solver-205319-1168073405 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205319-1168073405/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  951c0f644163e582a488dc0d61e9cd6a

RANDOM SEED= 493292832

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:       1347880 kB
Buffers:         55424 kB
Cached:         489392 kB
SwapCached:          0 kB
Active:         239996 kB
Inactive:       378900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         103092 kB
Slab:            73872 kB
Committed_AS:  3972296 kB
PageTables:       2272 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= 66331 MiB



End job on node5 on Sat Jan  6 08:50:13 UTC 2007