Trace number 205168

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.43948 3.51006

DiagnosticValue
CHECKS15536082
NODES15809

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-11_ext.xml
MD5SUM73b706292c464b544a0a9d7451656979
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 benchmark0.758884
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints230
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/205168-1168073392/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.42	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.58	     nbConstraints=230  nbRelationTypes=230  nbExtensionStructures=230  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=230  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2958  maxDegree=21
0.58	     maxArity=2
0.58	       =>  wckTime=0.253  cpuTime=0.19  mem=10M853
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.442  cpuTime=0.31  mem=13M598
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M598
0.82	   
0.83	   search
0.83	     run=0  nbConstraintChecks=23295  nbPropagations=457  nbRevisions=4682  nbUselessRevisions=3738  nbAssignments=27
0.83	     nbFailedAssignments=11  nbBacktracks=12  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.048  cpuTime=0.02  mem=14M590
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=51248  nbPropagations=1412  nbRevisions=14850  nbUselessRevisions=11865  nbAssignments=59
0.84	     nbFailedAssignments=24  nbBacktracks=27  nbVisitedNodes=99  nbRestartNogoods=2  mapSize=23  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.063  cpuTime=0.04  mem=14M590
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=99618  nbPropagations=3204  nbRevisions=34804  nbUselessRevisions=27700
0.86	     nbAssignments=108  nbFailedAssignments=46  nbBacktracks=49  nbVisitedNodes=185  nbRestartNogoods=5  mapSize=44
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.087  cpuTime=0.05  mem=14M590
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=151356  nbPropagations=5959  nbRevisions=66010  nbUselessRevisions=52357
0.88	     nbAssignments=172  nbFailedAssignments=72  nbBacktracks=82  nbVisitedNodes=293  nbRestartNogoods=8  mapSize=68
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.101  cpuTime=0.06  mem=14M590
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=233150  nbPropagations=10251  nbRevisions=115054  nbUselessRevisions=91215
0.90	     nbAssignments=263  nbFailedAssignments=109  nbBacktracks=134  nbVisitedNodes=456  nbRestartNogoods=11  mapSize=118
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.121  cpuTime=0.08  mem=14M590
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=365050  nbPropagations=16834  nbRevisions=191314  nbUselessRevisions=151573
0.93	     nbAssignments=407  nbFailedAssignments=171  nbBacktracks=212  nbVisitedNodes=706  nbRestartNogoods=12  mapSize=187
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.152  cpuTime=0.11  mem=14M590
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=581365  nbPropagations=26970  nbRevisions=311057  nbUselessRevisions=246175
0.97	     nbAssignments=615  nbFailedAssignments=261  nbBacktracks=326  nbVisitedNodes=1080  nbRestartNogoods=16  mapSize=289
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.197  cpuTime=0.15  mem=14M590
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=840507  nbPropagations=41696  nbRevisions=486054  nbUselessRevisions=384425
1.03	     nbAssignments=916  nbFailedAssignments=389  nbBacktracks=497  nbVisitedNodes=1610  nbRestartNogoods=24  mapSize=434
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.252  cpuTime=0.21  mem=14M590
1.11	   
1.11	   search
1.11	     run=8  nbConstraintChecks=1271666  nbPropagations=63675  nbRevisions=748572  nbUselessRevisions=591644
1.11	     nbAssignments=1346  nbFailedAssignments=557  nbBacktracks=754  nbVisitedNodes=2360  nbRestartNogoods=26
1.11	     mapSize=650  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.337  cpuTime=0.29  mem=14M590
1.25	   
1.25	   search
1.25	     run=9  nbConstraintChecks=1899272  nbPropagations=96763  nbRevisions=1145319  nbUselessRevisions=904729
1.25	     nbAssignments=2047  nbFailedAssignments=868  nbBacktracks=1141  nbVisitedNodes=3609  nbRestartNogoods=31
1.25	     mapSize=996  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.477  cpuTime=0.4  mem=14M590
1.26	   
1.26	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M590)
1.42	   
1.42	   search
1.42	     run=10  nbConstraintChecks=2830083  nbPropagations=146154  nbRevisions=1738312  nbUselessRevisions=1373671
1.42	     nbAssignments=3031  nbFailedAssignments=1273  nbBacktracks=1717  nbVisitedNodes=5354  nbRestartNogoods=37
1.42	       =>  wckTime=0.645  cpuTime=0.56  mem=14M590
1.64	   
1.64	   search
1.64	     run=11  nbConstraintChecks=4158045  nbPropagations=218847  nbRevisions=2610061  nbUselessRevisions=2062167
1.64	     nbAssignments=4516  nbFailedAssignments=1888  nbBacktracks=2581  nbVisitedNodes=7942  nbRestartNogoods=41
1.64	       =>  wckTime=0.868  cpuTime=0.78  mem=14M590
2.01	   
2.01	   search
2.01	     run=12  nbConstraintChecks=6467135  nbPropagations=330656  nbRevisions=3967244  nbUselessRevisions=3136486
2.01	     nbAssignments=6829  nbFailedAssignments=2899  nbBacktracks=3879  nbVisitedNodes=12098  nbRestartNogoods=46
2.01	       =>  wckTime=1.239  cpuTime=1.15  mem=14M590
2.57	   
2.57	   search
2.57	     run=13  nbConstraintChecks=9902363  nbPropagations=500612  nbRevisions=6038500  nbUselessRevisions=4776680
2.57	     nbAssignments=10300  nbFailedAssignments=4419  nbBacktracks=5825  nbVisitedNodes=18306  nbRestartNogoods=49
2.57	       =>  wckTime=1.793  cpuTime=1.7  mem=14M590
3.44	   
3.44	   search
3.44	     run=14  nbConstraintChecks=15202213  nbPropagations=757728  nbRevisions=9179936  nbUselessRevisions=7261377
3.44	     nbAssignments=15487  nbFailedAssignments=6682  nbBacktracks=8745  nbVisitedNodes=27556  nbRestartNogoods=57
3.44	       =>  wckTime=2.662  cpuTime=2.56  mem=14M590
3.49	   
3.49	   search
3.49	     run=15  nbConstraintChecks=15536082  nbPropagations=1020223  nbRevisions=12387967  nbUselessRevisions=9798769
3.49	     nbAssignments=15809  nbFailedAssignments=6816  nbBacktracks=8934  nbVisitedNodes=28117  nbRestartNogoods=61
3.49	       =>  wckTime=2.717  cpuTime=2.62  mem=14M590
3.49	   
3.49	   global
3.49	     nbConstraintChecks=15536082  nbPropagations=1020253  nbRevisions=12387967  nbUselessRevisions=9798769
3.49	     nbRestartNogoods=61  solvingWckTime=2.718  solvingCpuTime=2.62  expiredTime=no  totalExploration=yes
3.49	     nbFoundSolutions=0  globalCpuTime=2.97
3.49	       =>  wckTime=3.163  cpuTime=2.93  mem=14M590
3.50	   
3.50	s UNSATISFIABLE
3.50	d NODES 15809
3.50	d CHECKS 15536082
3.50	   
3.50	   totalWckTime=3.24  totalCpuTime=2.98

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/node50/watcher-205168-1168073392 -o ROOT/results/node50/solver-205168-1168073392 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205168-1168073392/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.54 0.87 0.96 4/73 808
/proc/meminfo: memFree=1522064/2055920 swapFree=4192812/4192956
[pid=807] ppid=802 vsize=9788 CPUtime=0
/proc/807/stat : 807 (java) R 802 807 335 0 -1 0 556 0 0 0 0 0 0 0 18 0 1 0 155738104 10022912 343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155901520 0 0 4096 0 0 0 0 17 0 0 0
/proc/807/statm: 2447 363 285 14 0 1138 0

[startup+0.105708 s]
/proc/loadavg: 0.54 0.87 0.96 4/73 808
/proc/meminfo: memFree=1522064/2055920 swapFree=4192812/4192956
[pid=807] ppid=802 vsize=913228 CPUtime=0.07
/proc/807/stat : 807 (java) D 802 807 335 0 -1 0 2920 0 1 0 6 1 0 0 17 0 8 0 155738104 935145472 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/807/statm: 228307 2666 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.513776 s]
/proc/loadavg: 0.54 0.87 0.96 4/73 808
/proc/meminfo: memFree=1522064/2055920 swapFree=4192812/4192956
[pid=807] ppid=802 vsize=915328 CPUtime=0.46
/proc/807/stat : 807 (java) R 802 807 335 0 -1 0 6503 0 1 0 42 4 0 0 20 0 8 0 155738104 937295872 6242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/807/statm: 228832 6242 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33491 s]
/proc/loadavg: 0.54 0.87 0.96 3/87 822
/proc/meminfo: memFree=1475936/2055920 swapFree=4192812/4192956
[pid=807] ppid=802 vsize=915452 CPUtime=1.27
/proc/807/stat : 807 (java) R 802 807 335 0 -1 0 8537 0 1 0 121 6 0 0 25 0 8 0 155738104 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798924 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/807/statm: 228863 8275 2513 14 0 215333 0
[pid=807/tid=810] ppid=802 vsize=915452 CPUtime=0.02
/proc/807/task/810/stat : 810 (java) S 802 807 335 0 -1 64 207 0 0 0 2 0 0 0 17 0 8 0 155738107 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=813] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/813/stat : 813 (java) S 802 807 335 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155738108 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=814] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/814/stat : 814 (java) S 802 807 335 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155738108 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=819] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/819/stat : 819 (java) S 802 807 335 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155738111 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=807/tid=820] ppid=802 vsize=915452 CPUtime=0.2
/proc/807/task/820/stat : 820 (java) S 802 807 335 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 155738111 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=821] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/821/stat : 821 (java) S 802 807 335 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155738111 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=807/tid=822] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/822/stat : 822 (java) S 802 807 335 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155738111 937422848 8275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915452

[startup+2.98518 s]
/proc/loadavg: 0.54 0.87 0.96 3/87 822
/proc/meminfo: memFree=1475616/2055920 swapFree=4192812/4192956
[pid=807] ppid=802 vsize=915452 CPUtime=2.91
/proc/807/stat : 807 (java) R 802 807 335 0 -1 0 8551 0 1 0 285 6 0 0 25 0 8 0 155738104 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/807/statm: 228863 8288 2513 14 0 215333 0
[pid=807/tid=810] ppid=802 vsize=915452 CPUtime=0.02
/proc/807/task/810/stat : 810 (java) S 802 807 335 0 -1 64 207 0 0 0 2 0 0 0 17 0 8 0 155738107 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=813] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/813/stat : 813 (java) S 802 807 335 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155738108 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=814] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/814/stat : 814 (java) S 802 807 335 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155738108 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=819] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/819/stat : 819 (java) S 802 807 335 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155738111 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=807/tid=820] ppid=802 vsize=915452 CPUtime=0.21
/proc/807/task/820/stat : 820 (java) S 802 807 335 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 155738111 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=807/tid=821] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/821/stat : 821 (java) S 802 807 335 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155738111 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=807/tid=822] ppid=802 vsize=915452 CPUtime=0
/proc/807/task/822/stat : 822 (java) S 802 807 335 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155738111 937422848 8288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.51006
CPU time (s): 3.43948
CPU user time (s): 3.36849
CPU system time (s): 0.070989
CPU usage (%): 97.9892
Max. virtual memory (cumulated for all children) (KiB): 915452

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

runsolver used 0.007998 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sat Jan  6 08:49:53 UTC 2007


IDJOB= 205168
IDBENCH= 4105
FILE ID= node50/205168-1168073392

PBS_JOBID= 3475994

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  73b706292c464b544a0a9d7451656979

RANDOM SEED= 86426150

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.263
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	: 5931.00
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.263
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:       1523408 kB
Buffers:         35992 kB
Cached:         398052 kB
SwapCached:          0 kB
Active:          60292 kB
Inactive:       393912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          30336 kB
Slab:            63880 kB
Committed_AS:  3237908 kB
PageTables:       1688 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= 66548 MiB



End job on node50 on Sat Jan  6 08:50:02 UTC 2007