Trace number 204951

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 ESACUNSAT 3.22351 3.27313

DiagnosticValue
CHECKS13141010
NODES13147

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-19_ext.xml
MD5SUM8e06714393673c95160b0fa68922a4ca
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.552915
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/204951-1168167042/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=223  nbRelationTypes=223  nbExtensionStructures=223  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=223  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2729  maxDegree=19
0.58	     maxArity=2
0.58	       =>  wckTime=0.268  cpuTime=0.19  mem=10M852
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.475  cpuTime=0.33  mem=14M682
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=31425  nbPropagations=570  nbRevisions=3952  nbUselessRevisions=3096  nbSingletonTests=36
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.83	       =>  wckTime=0.043  cpuTime=0.02  mem=14M682
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=17197  nbPropagations=903  nbRevisions=7252  nbUselessRevisions=5764  nbAssignments=21
0.85	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.062  cpuTime=0.04  mem=14M682
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=46781  nbPropagations=2329  nbRevisions=20238  nbUselessRevisions=16043  nbAssignments=53
0.87	     nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=86  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.075  cpuTime=0.05  mem=14M682
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=96812  nbPropagations=4604  nbRevisions=43045  nbUselessRevisions=33956
0.89	     nbAssignments=102  nbFailedAssignments=39  nbBacktracks=47  nbVisitedNodes=172  nbRestartNogoods=5  mapSize=43
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.099  cpuTime=0.06  mem=14M682
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=160218  nbPropagations=7964  nbRevisions=77967  nbUselessRevisions=61316
0.91	     nbAssignments=173  nbFailedAssignments=64  nbBacktracks=81  nbVisitedNodes=281  nbRestartNogoods=9  mapSize=69
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.115  cpuTime=0.08  mem=14M682
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=244372  nbPropagations=12782  nbRevisions=130445  nbUselessRevisions=102482
0.93	     nbAssignments=260  nbFailedAssignments=99  nbBacktracks=132  nbVisitedNodes=431  nbRestartNogoods=13  mapSize=115
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.136  cpuTime=0.1  mem=14M682
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=363444  nbPropagations=19688  nbRevisions=207315  nbUselessRevisions=162582
0.96	     nbAssignments=394  nbFailedAssignments=152  nbBacktracks=208  nbVisitedNodes=664  nbRestartNogoods=14  mapSize=176
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.168  cpuTime=0.12  mem=14M682
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=537798  nbPropagations=29712  nbRevisions=320388  nbUselessRevisions=251421
1.00	     nbAssignments=601  nbFailedAssignments=235  nbBacktracks=322  nbVisitedNodes=1009  nbRestartNogoods=19  mapSize=269
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.208  cpuTime=0.16  mem=14M682
1.06	   
1.06	   search
1.06	     run=7  nbConstraintChecks=819982  nbPropagations=44786  nbRevisions=494113  nbUselessRevisions=388138
1.06	     nbAssignments=899  nbFailedAssignments=358  nbBacktracks=494  nbVisitedNodes=1543  nbRestartNogoods=24  mapSize=421
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.269  cpuTime=0.22  mem=14M682
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=1224170  nbPropagations=67047  nbRevisions=751042  nbUselessRevisions=590050
1.16	     nbAssignments=1341  nbFailedAssignments=539  nbBacktracks=752  nbVisitedNodes=2323  nbRestartNogoods=26
1.16	     mapSize=638  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.364  cpuTime=0.31  mem=14M682
1.30	   
1.30	   search
1.30	     run=9  nbConstraintChecks=1875459  nbPropagations=100728  nbRevisions=1143735  nbUselessRevisions=898753
1.30	     nbAssignments=2020  nbFailedAssignments=822  nbBacktracks=1137  nbVisitedNodes=3518  nbRestartNogoods=31
1.30	     mapSize=976  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.507  cpuTime=0.43  mem=14M682
1.32	   
1.32	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M682)
1.48	   
1.48	   search
1.48	     run=10  nbConstraintChecks=2841357  nbPropagations=150813  nbRevisions=1731795  nbUselessRevisions=1361066
1.48	     nbAssignments=3010  nbFailedAssignments=1233  nbBacktracks=1714  nbVisitedNodes=5276  nbRestartNogoods=41
1.48	       =>  wckTime=0.691  cpuTime=0.6  mem=14M682
1.73	   
1.73	   search
1.73	     run=11  nbConstraintChecks=4252395  nbPropagations=225857  nbRevisions=2617506  nbUselessRevisions=2058562
1.73	     nbAssignments=4530  nbFailedAssignments=1885  nbBacktracks=2580  nbVisitedNodes=7984  nbRestartNogoods=46
1.73	       =>  wckTime=0.942  cpuTime=0.85  mem=14M682
2.14	   
2.14	   search
2.14	     run=12  nbConstraintChecks=6636745  nbPropagations=340443  nbRevisions=3984118  nbUselessRevisions=3133669
2.14	     nbAssignments=6849  nbFailedAssignments=2902  nbBacktracks=3879  nbVisitedNodes=12146  nbRestartNogoods=53
2.14	       =>  wckTime=1.346  cpuTime=1.25  mem=14M682
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=10169097  nbPropagations=515263  nbRevisions=6080945  nbUselessRevisions=4784052
2.75	     nbAssignments=10360  nbFailedAssignments=4463  nbBacktracks=5825  nbVisitedNodes=18456  nbRestartNogoods=64
2.75	       =>  wckTime=1.955  cpuTime=1.86  mem=14M682
3.24	   
3.24	   search
3.24	     run=14  nbConstraintChecks=13109585  nbPropagations=738221  nbRevisions=8774984  nbUselessRevisions=6903875
3.24	     nbAssignments=13147  nbFailedAssignments=5710  nbBacktracks=7359  nbVisitedNodes=23483  nbRestartNogoods=69
3.24	       =>  wckTime=2.448  cpuTime=2.35  mem=14M682
3.24	   
3.24	   global
3.24	     nbConstraintChecks=13141010  nbPropagations=738791  nbRevisions=8778936  nbUselessRevisions=6906971
3.24	     nbRestartNogoods=69  solvingWckTime=2.449  solvingCpuTime=2.35  expiredTime=no  totalExploration=yes
3.24	     nbFoundSolutions=0  globalCpuTime=2.73
3.24	       =>  wckTime=2.927  cpuTime=2.68  mem=14M682
3.24	   
3.24	s UNSATISFIABLE
3.24	d NODES 13147
3.24	d CHECKS 13141010
3.24	   
3.24	   totalWckTime=3.008  totalCpuTime=2.73

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/node26/watcher-204951-1168167042 -o ROOT/results/node26/solver-204951-1168167042 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204951-1168167042/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.43 1.91 1.85 4/87 16293
/proc/meminfo: memFree=1506280/2055920 swapFree=4192812/4192956
[pid=16292] ppid=16290 vsize=11820 CPUtime=0
/proc/16292/stat : 16292 (java) D 16290 16292 15630 0 -1 0 760 0 1 0 0 0 0 0 16 0 1 0 165098537 12103680 510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12591908 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/16292/statm: 2955 510 421 14 0 1602 0

[startup+0.108734 s]
/proc/loadavg: 1.43 1.91 1.85 4/87 16293
/proc/meminfo: memFree=1506280/2055920 swapFree=4192812/4192956
[pid=16292] ppid=16290 vsize=914988 CPUtime=0.09
/proc/16292/stat : 16292 (java) R 16290 16292 15630 0 -1 0 3031 0 1 0 8 1 0 0 17 0 8 0 165098537 936947712 2777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153788507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16292/statm: 228747 2777 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51677 s]
/proc/loadavg: 1.43 1.91 1.85 4/87 16293
/proc/meminfo: memFree=1506280/2055920 swapFree=4192812/4192956
[pid=16292] ppid=16290 vsize=915328 CPUtime=0.49
/proc/16292/stat : 16292 (java) S 16290 16292 15630 0 -1 0 6511 0 1 0 46 3 0 0 17 0 8 0 165098537 937295872 6250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16292/statm: 228832 6250 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33784 s]
/proc/loadavg: 1.43 1.91 1.85 4/94 16300
/proc/meminfo: memFree=1482672/2055920 swapFree=4192812/4192956
[pid=16292] ppid=16290 vsize=915452 CPUtime=1.31
/proc/16292/stat : 16292 (java) R 16290 16292 15630 0 -1 0 8636 0 1 0 125 6 0 0 20 0 8 0 165098537 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16292/statm: 228863 8374 2524 14 0 215333 0
[pid=16292/tid=16294] ppid=16290 vsize=915452 CPUtime=0.02
/proc/16292/task/16294/stat : 16294 (java) S 16290 16292 15630 0 -1 64 206 0 0 0 2 0 0 0 16 0 8 0 165098541 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16295] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16295/stat : 16295 (java) S 16290 16292 15630 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165098541 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16296] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16296/stat : 16296 (java) S 16290 16292 15630 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165098541 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16297] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16297/stat : 16297 (java) S 16290 16292 15630 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165098545 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16298] ppid=16290 vsize=915452 CPUtime=0.22
/proc/16292/task/16298/stat : 16298 (java) S 16290 16292 15630 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 165098545 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16299] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16299/stat : 16299 (java) S 16290 16292 15630 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165098545 937422848 8374 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16300] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16300/stat : 16300 (java) S 16290 16292 15630 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165098545 937422848 8374 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) 915452

[startup+2.97499 s]
/proc/loadavg: 1.47 1.91 1.85 3/94 16300
/proc/meminfo: memFree=1482352/2055920 swapFree=4192812/4192956
[pid=16292] ppid=16290 vsize=915452 CPUtime=2.94
/proc/16292/stat : 16292 (java) R 16290 16292 15630 0 -1 0 8652 0 1 0 288 6 0 0 25 0 8 0 165098537 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16292/statm: 228863 8388 2524 14 0 215333 0
[pid=16292/tid=16294] ppid=16290 vsize=915452 CPUtime=0.02
/proc/16292/task/16294/stat : 16294 (java) S 16290 16292 15630 0 -1 64 206 0 0 0 2 0 0 0 17 0 8 0 165098541 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16295] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16295/stat : 16295 (java) S 16290 16292 15630 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165098541 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16296] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16296/stat : 16296 (java) S 16290 16292 15630 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165098541 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16297] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16297/stat : 16297 (java) S 16290 16292 15630 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165098545 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16298] ppid=16290 vsize=915452 CPUtime=0.23
/proc/16292/task/16298/stat : 16298 (java) S 16290 16292 15630 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 165098545 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16299] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16299/stat : 16299 (java) S 16290 16292 15630 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165098545 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16292/tid=16300] ppid=16290 vsize=915452 CPUtime=0
/proc/16292/task/16300/stat : 16300 (java) S 16290 16292 15630 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165098545 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.27313
CPU time (s): 3.22351
CPU user time (s): 3.15152
CPU system time (s): 0.071989
CPU usage (%): 98.484
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.15152
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8744
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= 881
involuntary context switches= 1166

runsolver used 0.009998 s user time and 0.019996 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Jan  7 10:50:43 UTC 2007


IDJOB= 204951
IDBENCH= 4090
FILE ID= node26/204951-1168167042

PBS_JOBID= 3478677

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8e06714393673c95160b0fa68922a4ca

RANDOM SEED= 864622031

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:       1506696 kB
Buffers:         63568 kB
Cached:         350552 kB
SwapCached:          0 kB
Active:         239496 kB
Inactive:       248224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5016 kB
Writeback:           0 kB
Mapped:          93644 kB
Slab:            46332 kB
Committed_AS:  3175252 kB
PageTables:       2280 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= 66536 MiB



End job on node26 on Sun Jan  7 10:50:48 UTC 2007