Trace number 227720

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.40348 3.48956

DiagnosticValue
CHECKS7974334
NODES12271

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-63_ext.xml
MD5SUMc4c922b806b9cb10ec565c7ac0c99b2e
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 benchmark1.77873
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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/227720-1168080815/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.41	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.66	     nbConstraints=750  nbRelationTypes=750  nbExtensionStructures=749  nbSharedExtensionStructures=1
0.66	     nbConflictsStructures=749  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11848  maxDegree=39
0.66	     maxArity=2
0.66	       =>  wckTime=0.347  cpuTime=0.23  mem=11M848
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.528  cpuTime=0.35  mem=14M13
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.01  cpuTime=0.01  mem=14M13
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=13866  nbPropagations=358  nbRevisions=4159  nbUselessRevisions=3494  nbAssignments=23
0.89	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.044  cpuTime=0.03  mem=15M5
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=32156  nbPropagations=1137  nbRevisions=13828  nbUselessRevisions=11679  nbAssignments=53
0.91	     nbFailedAssignments=13  nbBacktracks=27  nbVisitedNodes=80  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.068  cpuTime=0.05  mem=15M5
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=52533  nbPropagations=2388  nbRevisions=30560  nbUselessRevisions=25924  nbAssignments=93
0.93	     nbFailedAssignments=20  nbBacktracks=54  nbVisitedNodes=140  nbRestartNogoods=4  mapSize=41  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.084  cpuTime=0.06  mem=15M5
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=78469  nbPropagations=4224  nbRevisions=55748  nbUselessRevisions=47446
0.94	     nbAssignments=144  nbFailedAssignments=30  nbBacktracks=89  nbVisitedNodes=213  nbRestartNogoods=5  mapSize=60
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.099  cpuTime=0.07  mem=15M5
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=134005  nbPropagations=7160  nbRevisions=99204  nbUselessRevisions=84510
0.96	     nbAssignments=224  nbFailedAssignments=52  nbBacktracks=139  nbVisitedNodes=344  nbRestartNogoods=8  mapSize=100
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.122  cpuTime=0.09  mem=15M5
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=207371  nbPropagations=11556  nbRevisions=165880  nbUselessRevisions=141341
1.00	     nbAssignments=339  nbFailedAssignments=82  nbBacktracks=215  nbVisitedNodes=525  nbRestartNogoods=12  mapSize=159
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.152  cpuTime=0.12  mem=15M5
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=317394  nbPropagations=18087  nbRevisions=269648  nbUselessRevisions=230157
1.04	     nbAssignments=506  nbFailedAssignments=131  nbBacktracks=328  nbVisitedNodes=801  nbRestartNogoods=16  mapSize=255
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.198  cpuTime=0.16  mem=15M5
1.10	   
1.10	   search
1.10	     run=7  nbConstraintChecks=461198  nbPropagations=27499  nbRevisions=421884  nbUselessRevisions=360688
1.10	     nbAssignments=759  nbFailedAssignments=203  nbBacktracks=500  nbVisitedNodes=1204  nbRestartNogoods=18  mapSize=382
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.255  cpuTime=0.22  mem=15M5
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=717437  nbPropagations=41702  nbRevisions=659278  nbUselessRevisions=564406
1.19	     nbAssignments=1131  nbFailedAssignments=310  nbBacktracks=759  nbVisitedNodes=1817  nbRestartNogoods=22
1.19	     mapSize=596  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.35  cpuTime=0.31  mem=15M5
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=1095890  nbPropagations=63031  nbRevisions=1023684  nbUselessRevisions=877111
1.34	     nbAssignments=1696  nbFailedAssignments=482  nbBacktracks=1144  nbVisitedNodes=2744  nbRestartNogoods=26
1.34	     mapSize=916  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.498  cpuTime=0.44  mem=15M5
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=15M5)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=1633315  nbPropagations=94498  nbRevisions=1562890  nbUselessRevisions=1339289
1.52	     nbAssignments=2502  nbFailedAssignments=704  nbBacktracks=1721  nbVisitedNodes=4050  nbRestartNogoods=32
1.52	       =>  wckTime=0.678  cpuTime=0.61  mem=15M5
1.76	   
1.76	   search
1.76	     run=11  nbConstraintChecks=2416455  nbPropagations=140675  nbRevisions=2363322  nbUselessRevisions=2026373
1.76	     nbAssignments=3729  nbFailedAssignments=1055  nbBacktracks=2588  nbVisitedNodes=6028  nbRestartNogoods=36
1.76	       =>  wckTime=0.916  cpuTime=0.85  mem=15M5
2.12	   
2.12	   search
2.12	     run=12  nbConstraintChecks=3623412  nbPropagations=209190  nbRevisions=3559991  nbUselessRevisions=3053516
2.12	     nbAssignments=5563  nbFailedAssignments=1585  nbBacktracks=3886  nbVisitedNodes=8993  nbRestartNogoods=42
2.12	       =>  wckTime=1.275  cpuTime=1.2  mem=15M5
2.65	   
2.65	   search
2.65	     run=13  nbConstraintChecks=5420522  nbPropagations=311718  nbRevisions=5356005  nbUselessRevisions=4596141
2.65	     nbAssignments=8322  nbFailedAssignments=2390  nbBacktracks=5832  nbVisitedNodes=13487  nbRestartNogoods=48
2.65	       =>  wckTime=1.813  cpuTime=1.74  mem=15M5
3.42	   
3.42	   search
3.42	     run=14  nbConstraintChecks=7974334  nbPropagations=463028  nbRevisions=7998946  nbUselessRevisions=6864180
3.42	     nbAssignments=12271  nbFailedAssignments=3569  nbBacktracks=8562  nbVisitedNodes=19963  nbRestartNogoods=53
3.42	       =>  wckTime=2.581  cpuTime=2.51  mem=15M5
3.42	   
3.42	   global
3.43	     nbConstraintChecks=7974334  nbPropagations=463068  nbRevisions=7998946  nbUselessRevisions=6864180
3.43	     nbRestartNogoods=53  solvingWckTime=2.582  solvingCpuTime=2.51  expiredTime=no  totalExploration=no
3.43	     nbFoundSolutions=1  globalCpuTime=2.9
3.43	       =>  wckTime=3.112  cpuTime=2.86  mem=15M5
3.43	   
3.43	s SATISFIABLE
3.43	v 7 4 4 7 0 5 7 7 0 1 2 6 5 6 0 3 3 6 3 5 4 6 7 0 0 0 2 5 1 6 7 4 4 0 0 5 4 7 3 5 
3.43	d NODES 12271
3.43	d CHECKS 7974334
3.43	   
3.43	   totalWckTime=3.184  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/node76/watcher-227720-1168080815 -o ROOT/results/node76/solver-227720-1168080815 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227720-1168080815/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.37 0.82 1.01 3/70 31947
/proc/meminfo: memFree=1765352/2055888 swapFree=4096420/4096564
[pid=31946] ppid=31944 vsize=1464 CPUtime=0
/proc/31946/stat : 31946 (java) R 31944 31946 31125 0 -1 0 124 0 0 0 0 0 0 0 20 0 1 0 156479266 1499136 94 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4160638208 0 0 4096 0 0 0 0 17 1 0 0
/proc/31946/statm: 399 101 80 14 0 43 0

[startup+0.103169 s]
/proc/loadavg: 0.37 0.82 1.01 3/70 31947
/proc/meminfo: memFree=1765352/2055888 swapFree=4096420/4096564
[pid=31946] ppid=31944 vsize=911492 CPUtime=0.06
/proc/31946/stat : 31946 (java) R 31944 31946 31125 0 -1 0 2633 0 1 0 5 1 0 0 22 0 8 0 156479266 933367808 2382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155843105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31946/statm: 227873 2382 1285 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911492

[startup+0.511242 s]
/proc/loadavg: 0.37 0.82 1.01 3/70 31947
/proc/meminfo: memFree=1765352/2055888 swapFree=4096420/4096564
[pid=31946] ppid=31944 vsize=915332 CPUtime=0.47
/proc/31946/stat : 31946 (java) R 31944 31946 31125 0 -1 0 6389 0 1 0 43 4 0 0 16 0 8 0 156479266 937299968 6130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073633444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31946/statm: 228833 6130 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.3334 s]
/proc/loadavg: 0.37 0.82 1.01 2/77 31954
/proc/meminfo: memFree=1741744/2055888 swapFree=4096420/4096564
[pid=31946] ppid=31944 vsize=915588 CPUtime=1.29
/proc/31946/stat : 31946 (java) R 31944 31946 31125 0 -1 0 8670 0 1 0 123 6 0 0 17 0 8 0 156479266 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073895425 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31946/statm: 228897 8410 2514 14 0 215366 0
[pid=31946/tid=31948] ppid=31944 vsize=915588 CPUtime=0.03
/proc/31946/task/31948/stat : 31948 (java) S 31944 31946 31125 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156479272 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31946/tid=31949] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31949/stat : 31949 (java) S 31944 31946 31125 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156479272 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31950] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31950/stat : 31950 (java) S 31944 31946 31125 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479272 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31951] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31951/stat : 31951 (java) S 31944 31946 31125 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156479275 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31952] ppid=31944 vsize=915588 CPUtime=0.24
/proc/31946/task/31952/stat : 31952 (java) S 31944 31946 31125 0 -1 64 411 0 0 0 23 1 0 0 16 0 8 0 156479275 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31946/tid=31953] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31953/stat : 31953 (java) S 31944 31946 31125 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 156479275 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31954] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31954/stat : 31954 (java) S 31944 31946 31125 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156479275 937562112 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915588

[startup+2.97472 s]
/proc/loadavg: 0.37 0.82 1.01 2/77 31954
/proc/meminfo: memFree=1741552/2055888 swapFree=4096420/4096564
[pid=31946] ppid=31944 vsize=915588 CPUtime=2.93
/proc/31946/stat : 31946 (java) R 31944 31946 31125 0 -1 0 8696 0 1 0 287 6 0 0 19 0 8 0 156479266 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073904210 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31946/statm: 228897 8435 2514 14 0 215366 0
[pid=31946/tid=31948] ppid=31944 vsize=915588 CPUtime=0.03
/proc/31946/task/31948/stat : 31948 (java) S 31944 31946 31125 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156479272 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31946/tid=31949] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31949/stat : 31949 (java) S 31944 31946 31125 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156479272 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31950] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31950/stat : 31950 (java) S 31944 31946 31125 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479272 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31951] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31951/stat : 31951 (java) S 31944 31946 31125 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156479275 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31952] ppid=31944 vsize=915588 CPUtime=0.25
/proc/31946/task/31952/stat : 31952 (java) S 31944 31946 31125 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156479275 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31946/tid=31953] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31953/stat : 31953 (java) S 31944 31946 31125 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 156479275 937562112 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31946/tid=31954] ppid=31944 vsize=915588 CPUtime=0
/proc/31946/task/31954/stat : 31954 (java) S 31944 31946 31125 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156479275 937562112 8435 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) 915588

Child status: 0
Real time (s): 3.48956
CPU time (s): 3.40348
CPU user time (s): 3.33249
CPU system time (s): 0.070989
CPU usage (%): 97.5333
Max. virtual memory (cumulated for all children) (KiB): 915588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.33249
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= 8788
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= 1085
involuntary context switches= 392

runsolver used 0.005999 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 10:53:40 UTC 2007


IDJOB= 227720
IDBENCH= 6108
FILE ID= node76/227720-1168080815

PBS_JOBID= 3476042

Free space on /tmp= 66641 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-63_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227720-1168080815/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-227720-1168080815 -o ROOT/results/node76/solver-227720-1168080815 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227720-1168080815/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c4c922b806b9cb10ec565c7ac0c99b2e

RANDOM SEED= 524162944

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1765960 kB
Buffers:         22508 kB
Cached:         195432 kB
SwapCached:          0 kB
Active:          58356 kB
Inactive:       175872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1765960 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          26752 kB
Slab:            42044 kB
Committed_AS:  5780584 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66641 MiB



End job on node76 on Sat Jan  6 10:53:49 UTC 2007