Trace number 226222

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 ACUNSAT 3.9484 3.98443

DiagnosticValue
CHECKS30397122
NODES13654

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-59_ext.xml
MD5SUMde7bbd473d26b271a19054cb56e05924
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 benchmark2.23666
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/226222-1168080681/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.58	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.59	       =>  wckTime=0.291  cpuTime=0.23  mem=15M728
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.477  cpuTime=0.35  mem=13M789
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=53728  nbPropagations=619  nbRevisions=3473  nbUselessRevisions=2165  nbAssignments=25
0.82	     nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.049  cpuTime=0.03  mem=14M764
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=123414  nbPropagations=2084  nbRevisions=11963  nbUselessRevisions=7517  nbAssignments=64
0.84	     nbFailedAssignments=32  nbBacktracks=26  nbVisitedNodes=114  nbRestartNogoods=2  mapSize=21  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.069  cpuTime=0.04  mem=14M764
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=239842  nbPropagations=4894  nbRevisions=28935  nbUselessRevisions=18177
0.87	     nbAssignments=129  nbFailedAssignments=71  nbBacktracks=50  nbVisitedNodes=233  nbRestartNogoods=9  mapSize=41
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.092  cpuTime=0.06  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=389897  nbPropagations=9573  nbRevisions=57139  nbUselessRevisions=35709
0.89	     nbAssignments=208  nbFailedAssignments=112  nbBacktracks=83  nbVisitedNodes=376  nbRestartNogoods=10  mapSize=69
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.115  cpuTime=0.08  mem=14M764
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=617496  nbPropagations=17011  nbRevisions=102565  nbUselessRevisions=64047
0.92	     nbAssignments=324  nbFailedAssignments=173  nbBacktracks=135  nbVisitedNodes=592  nbRestartNogoods=21  mapSize=117
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.145  cpuTime=0.11  mem=14M764
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=947665  nbPropagations=28254  nbRevisions=171289  nbUselessRevisions=106625
0.96	     nbAssignments=478  nbFailedAssignments=248  nbBacktracks=210  nbVisitedNodes=869  nbRestartNogoods=26  mapSize=181
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.187  cpuTime=0.15  mem=14M764
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=1492849  nbPropagations=46021  nbRevisions=279672  nbUselessRevisions=173739
1.03	     nbAssignments=748  nbFailedAssignments=402  nbBacktracks=324  nbVisitedNodes=1376  nbRestartNogoods=34  mapSize=285
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.255  cpuTime=0.21  mem=14M764
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=2156354  nbPropagations=71533  nbRevisions=435101  nbUselessRevisions=269505
1.11	     nbAssignments=1075  nbFailedAssignments=554  nbBacktracks=497  nbVisitedNodes=1959  nbRestartNogoods=48
1.11	     mapSize=423  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.338  cpuTime=0.29  mem=14M764
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=3482447  nbPropagations=112374  nbRevisions=684949  nbUselessRevisions=423478
1.27	     nbAssignments=1702  nbFailedAssignments=923  nbBacktracks=753  nbVisitedNodes=3154  nbRestartNogoods=49
1.27	     mapSize=661  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.497  cpuTime=0.44  mem=14M764
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=5517428  nbPropagations=176547  nbRevisions=1078137  nbUselessRevisions=664775
1.49	     nbAssignments=2593  nbFailedAssignments=1425  nbBacktracks=1137  nbVisitedNodes=4851  nbRestartNogoods=61
1.49	     mapSize=1025  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.715  cpuTime=0.65  mem=14M764
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=14M764)
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=8370885  nbPropagations=272717  nbRevisions=1671863  nbUselessRevisions=1030252
1.78	     nbAssignments=3931  nbFailedAssignments=2186  nbBacktracks=1713  nbVisitedNodes=7340  nbRestartNogoods=71
1.78	       =>  wckTime=1.007  cpuTime=0.93  mem=14M764
2.21	   
2.21	   search
2.21	     run=11  nbConstraintChecks=12682232  nbPropagations=418356  nbRevisions=2571186  nbUselessRevisions=1582287
2.21	     nbAssignments=5877  nbFailedAssignments=3266  nbBacktracks=2577  nbVisitedNodes=10982  nbRestartNogoods=79
2.21	       =>  wckTime=1.436  cpuTime=1.36  mem=14M764
2.85	   
2.85	   search
2.85	     run=12  nbConstraintChecks=19037813  nbPropagations=636590  nbRevisions=3917835  nbUselessRevisions=2404853
2.85	     nbAssignments=8726  nbFailedAssignments=4817  nbBacktracks=3874  nbVisitedNodes=16290  nbRestartNogoods=81
2.85	       =>  wckTime=2.073  cpuTime=2.0  mem=14M764
3.77	   
3.77	   search
3.77	     run=13  nbConstraintChecks=28381487  nbPropagations=958520  nbRevisions=5909493  nbUselessRevisions=3619921
3.77	     nbAssignments=12802  nbFailedAssignments=6943  nbBacktracks=5822  nbVisitedNodes=23837  nbRestartNogoods=88
3.77	       =>  wckTime=2.991  cpuTime=2.92  mem=14M764
3.97	   
3.97	   search
3.97	     run=14  nbConstraintChecks=30397122  nbPropagations=1302155  nbRevisions=8038178  nbUselessRevisions=4917453
3.97	     nbAssignments=13654  nbFailedAssignments=7422  nbBacktracks=6196  nbVisitedNodes=25442  nbRestartNogoods=95
3.97	       =>  wckTime=3.191  cpuTime=3.11  mem=14M764
3.97	   
3.97	   global
3.97	     nbConstraintChecks=30397122  nbPropagations=1302195  nbRevisions=8038178  nbUselessRevisions=4917453
3.97	     nbRestartNogoods=95  solvingWckTime=3.192  solvingCpuTime=3.12  expiredTime=no  totalExploration=yes
3.97	     nbFoundSolutions=0  globalCpuTime=3.52
3.97	       =>  wckTime=3.674  cpuTime=3.47  mem=14M764
3.97	   
3.97	s UNSATISFIABLE
3.97	d NODES 13654
3.97	d CHECKS 30397122
3.97	   
3.97	   totalWckTime=3.749  totalCpuTime=3.52

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/node60/watcher-226222-1168080681 -o ROOT/results/node60/solver-226222-1168080681 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226222-1168080681/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.19 0.65 0.87 4/68 12914
/proc/meminfo: memFree=1476320/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=172 CPUtime=0
/proc/12913/stat : 12913 (java) R 12911 12913 12593 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156467024 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5533995 0 0 4096 0 0 0 0 17 1 0 0
/proc/12913/statm: 43 24 18 14 0 3 0

[startup+0.103625 s]
/proc/loadavg: 0.19 0.65 0.87 4/68 12914
/proc/meminfo: memFree=1476320/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=914988 CPUtime=0.09
/proc/12913/stat : 12913 (java) R 12911 12913 12593 0 -1 0 3069 0 1 0 8 1 0 0 16 0 8 0 156467024 936947712 2816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12913/statm: 228747 2816 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513659 s]
/proc/loadavg: 0.19 0.65 0.87 4/68 12914
/proc/meminfo: memFree=1476320/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=915328 CPUtime=0.49
/proc/12913/stat : 12913 (java) R 12911 12913 12593 0 -1 0 7769 0 1 0 44 5 0 0 17 0 8 0 156467024 937295872 7508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12913/statm: 228832 7508 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34174 s]
/proc/loadavg: 0.26 0.66 0.87 2/75 12921
/proc/meminfo: memFree=1450856/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=915464 CPUtime=1.3
/proc/12913/stat : 12913 (java) R 12911 12913 12593 0 -1 0 9078 0 1 0 124 6 0 0 17 0 8 0 156467024 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12913/statm: 228866 8816 2513 14 0 215336 0
[pid=12913/tid=12915] ppid=12911 vsize=915464 CPUtime=0.03
/proc/12913/task/12915/stat : 12915 (java) S 12911 12913 12593 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156467027 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12913/tid=12916] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12916/stat : 12916 (java) S 12911 12913 12593 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156467027 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12917] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12917/stat : 12917 (java) S 12911 12913 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156467028 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12918] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12918/stat : 12918 (java) S 12911 12913 12593 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156467031 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12919] ppid=12911 vsize=915464 CPUtime=0.17
/proc/12913/task/12919/stat : 12919 (java) S 12911 12913 12593 0 -1 64 371 0 0 0 16 1 0 0 16 0 8 0 156467031 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12920] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12920/stat : 12920 (java) S 12911 12913 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156467031 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12921] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12921/stat : 12921 (java) S 12911 12913 12593 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156467031 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.9809 s]
/proc/loadavg: 0.26 0.66 0.87 2/75 12921
/proc/meminfo: memFree=1450792/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=915464 CPUtime=2.93
/proc/12913/stat : 12913 (java) R 12911 12913 12593 0 -1 0 9085 0 1 0 287 6 0 0 17 0 8 0 156467024 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12913/statm: 228866 8821 2513 14 0 215336 0
[pid=12913/tid=12915] ppid=12911 vsize=915464 CPUtime=0.03
/proc/12913/task/12915/stat : 12915 (java) S 12911 12913 12593 0 -1 64 255 0 0 0 3 0 0 0 17 0 8 0 156467027 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12913/tid=12916] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12916/stat : 12916 (java) S 12911 12913 12593 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156467027 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12917] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12917/stat : 12917 (java) S 12911 12913 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156467028 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12918] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12918/stat : 12918 (java) S 12911 12913 12593 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156467031 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12919] ppid=12911 vsize=915464 CPUtime=0.18
/proc/12913/task/12919/stat : 12919 (java) S 12911 12913 12593 0 -1 64 376 0 0 0 17 1 0 0 15 0 8 0 156467031 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12920] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12920/stat : 12920 (java) S 12911 12913 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156467031 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12913/tid=12921] ppid=12911 vsize=915464 CPUtime=0
/proc/12913/task/12921/stat : 12921 (java) S 12911 12913 12593 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156467031 937435136 8821 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.98443
CPU time (s): 3.9484
CPU user time (s): 3.87441
CPU system time (s): 0.073988
CPU usage (%): 99.0957
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.87441
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9092
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= 808
involuntary context switches= 93

runsolver used 0.009998 s user time and 0.012998 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 10:51:26 UTC 2007


IDJOB= 226222
IDBENCH= 5945
FILE ID= node60/226222-1168080681

PBS_JOBID= 3476168

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-59_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226222-1168080681/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-226222-1168080681 -o ROOT/results/node60/solver-226222-1168080681 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226222-1168080681/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  de7bbd473d26b271a19054cb56e05924

RANDOM SEED= 939597866

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.236
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.236
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:       1476864 kB
Buffers:         48076 kB
Cached:         436696 kB
SwapCached:          0 kB
Active:          66080 kB
Inactive:       438860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            59812 kB
Committed_AS:  3286852 kB
PageTables:       1684 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= 66551 MiB



End job on node60 on Sat Jan  6 10:51:38 UTC 2007