Trace number 224299

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 5.14322 5.23687

DiagnosticValue
CHECKS59328044
NODES13681

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-29_ext.xml
MD5SUMeb2e85044c616a714f9eeb520026d899
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 benchmark5.02423
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/224299-1168268345/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.44	       =>  wckTime=0.141  cpuTime=0.08  mem=6M951
0.44	   
0.44	   relations being loaded...
0.61	   
0.61	   constraints being loaded...
0.70	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.70	       =>  wckTime=0.4  cpuTime=0.3  mem=21M596
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.6  cpuTime=0.43  mem=15M362
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=213253  nbPropagations=1074  nbRevisions=3803  nbUselessRevisions=2219  nbSingletonTests=55
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=13  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.054  cpuTime=0.03  mem=15M362
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=137912  nbPropagations=1995  nbRevisions=8044  nbUselessRevisions=4465  nbAssignments=30
0.98	     nbFailedAssignments=18  nbBacktracks=10  nbVisitedNodes=55  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.084  cpuTime=0.05  mem=15M362
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=314995  nbPropagations=5252  nbRevisions=21884  nbUselessRevisions=12038
1.01	     nbAssignments=76  nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=130  nbRestartNogoods=4  mapSize=23
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.108  cpuTime=0.07  mem=15M362
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=568002  nbPropagations=10167  nbRevisions=44067  nbUselessRevisions=24172
1.04	     nbAssignments=136  nbFailedAssignments=77  nbBacktracks=47  nbVisitedNodes=240  nbRestartNogoods=10  mapSize=39
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.137  cpuTime=0.1  mem=15M362
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=983517  nbPropagations=17948  nbRevisions=79910  nbUselessRevisions=43678
1.07	     nbAssignments=232  nbFailedAssignments=137  nbBacktracks=81  nbVisitedNodes=422  nbRestartNogoods=13  mapSize=70
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.172  cpuTime=0.13  mem=15M362
1.15	   
1.15	   search
1.15	     run=4  nbConstraintChecks=1916759  nbPropagations=31547  nbRevisions=145233  nbUselessRevisions=79011
1.15	     nbAssignments=453  nbFailedAssignments=305  nbBacktracks=131  nbVisitedNodes=851  nbRestartNogoods=18  mapSize=116
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.25  cpuTime=0.21  mem=15M362
1.22	   
1.22	   search
1.22	     run=5  nbConstraintChecks=2724529  nbPropagations=50843  nbRevisions=237537  nbUselessRevisions=128861
1.22	     nbAssignments=634  nbFailedAssignments=401  nbBacktracks=206  nbVisitedNodes=1172  nbRestartNogoods=29  mapSize=184
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.318  cpuTime=0.27  mem=15M362
1.38	   
1.38	   search
1.38	     run=6  nbConstraintChecks=4860186  nbPropagations=82369  nbRevisions=392663  nbUselessRevisions=212352
1.38	     nbAssignments=1116  nbFailedAssignments=767  nbBacktracks=321  nbVisitedNodes=2120  nbRestartNogoods=30
1.38	     mapSize=298  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.483  cpuTime=0.43  mem=15M362
1.53	   
1.53	   search
1.53	     run=7  nbConstraintChecks=6576341  nbPropagations=125994  nbRevisions=606691  nbUselessRevisions=328062
1.53	     nbAssignments=1524  nbFailedAssignments=1004  nbBacktracks=491  nbVisitedNodes=2875  nbRestartNogoods=37
1.53	     mapSize=450  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.626  cpuTime=0.56  mem=15M362
1.84	   
1.84	   search
1.84	     run=8  nbConstraintChecks=10760019  nbPropagations=196355  nbRevisions=955294  nbUselessRevisions=516861
1.84	     nbAssignments=2518  nbFailedAssignments=1740  nbBacktracks=747  nbVisitedNodes=4812  nbRestartNogoods=43
1.84	     mapSize=693  nbInferences=0  nbTooLargeKeys=0
1.84	       =>  wckTime=0.939  cpuTime=0.87  mem=15M362
2.12	   
2.12	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=16M337)
2.14	   
2.14	   search
2.14	     run=9  nbConstraintChecks=14953688  nbPropagations=295515  nbRevisions=1444577  nbUselessRevisions=782094
2.14	     nbAssignments=3484  nbFailedAssignments=2319  nbBacktracks=1133  nbVisitedNodes=6611  nbRestartNogoods=57
2.14	       =>  wckTime=1.242  cpuTime=1.17  mem=16M337
2.68	   
2.68	   search
2.68	     run=10  nbConstraintChecks=22608593  nbPropagations=444293  nbRevisions=2180099  nbUselessRevisions=1182897
2.68	     nbAssignments=5297  nbFailedAssignments=3552  nbBacktracks=1710  nbVisitedNodes=10064  nbRestartNogoods=58
2.68	       =>  wckTime=1.776  cpuTime=1.7  mem=16M337
3.44	   
3.44	   search
3.44	     run=11  nbConstraintChecks=33710015  nbPropagations=664721  nbRevisions=3275483  nbUselessRevisions=1781564
3.44	     nbAssignments=7949  nbFailedAssignments=5333  nbBacktracks=2574  nbVisitedNodes=15119  nbRestartNogoods=64
3.44	       =>  wckTime=2.544  cpuTime=2.46  mem=16M337
4.58	   
4.58	   search
4.58	     run=12  nbConstraintChecks=50102691  nbPropagations=989467  nbRevisions=4888273  nbUselessRevisions=2661088
4.58	     nbAssignments=11656  nbFailedAssignments=7741  nbBacktracks=3872  nbVisitedNodes=22109  nbRestartNogoods=65
4.58	       =>  wckTime=3.676  cpuTime=3.6  mem=16M337
5.19	   
5.19	   search
5.19	     run=13  nbConstraintChecks=59114791  nbPropagations=1369468  nbRevisions=6777831  nbUselessRevisions=3692098
5.19	     nbAssignments=13681  nbFailedAssignments=9080  nbBacktracks=4559  nbVisitedNodes=25911  nbRestartNogoods=66
5.19	       =>  wckTime=4.289  cpuTime=4.21  mem=16M337
5.19	   
5.19	   global
5.19	     nbConstraintChecks=59328044  nbPropagations=1370542  nbRevisions=6781634  nbUselessRevisions=3694317
5.19	     nbRestartNogoods=66  solvingWckTime=4.29  solvingCpuTime=4.21  expiredTime=no  totalExploration=yes
5.19	     nbFoundSolutions=0  globalCpuTime=4.69
5.19	       =>  wckTime=4.894  cpuTime=4.66  mem=16M337
5.19	   
5.19	s UNSATISFIABLE
5.19	d NODES 13681
5.19	d CHECKS 59328044
5.19	   
5.19	   totalWckTime=4.97  totalCpuTime=4.7

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/node39/watcher-224299-1168268345 -o ROOT/results/node39/solver-224299-1168268345 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224299-1168268345/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.85 1.93 1.97 4/74 21508
/proc/meminfo: memFree=347464/2055920 swapFree=4187312/4192956
[pid=21507] ppid=21505 vsize=172 CPUtime=0
/proc/21507/stat : 21507 (java) R 21505 21507 21440 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 175234234 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 0 0 0
/proc/21507/statm: 43 24 18 14 0 3 0

[startup+0.10655 s]
/proc/loadavg: 1.85 1.93 1.97 4/74 21508
/proc/meminfo: memFree=347464/2055920 swapFree=4187312/4192956
[pid=21507] ppid=21505 vsize=914988 CPUtime=0.08
/proc/21507/stat : 21507 (java) R 21505 21507 21440 0 -1 0 3060 0 1 0 7 1 0 0 22 0 8 0 175234234 936947712 2806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21507/statm: 228747 2806 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514586 s]
/proc/loadavg: 1.85 1.93 1.97 4/74 21508
/proc/meminfo: memFree=347464/2055920 swapFree=4187312/4192956
[pid=21507] ppid=21505 vsize=915328 CPUtime=0.45
/proc/21507/stat : 21507 (java) R 21505 21507 21440 0 -1 0 7134 0 1 0 40 5 0 0 21 0 8 0 175234234 937295872 6873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21507/statm: 228832 6874 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33566 s]
/proc/loadavg: 1.85 1.93 1.97 3/81 21515
/proc/meminfo: memFree=316240/2055920 swapFree=4187312/4192956
[pid=21507] ppid=21505 vsize=915464 CPUtime=1.27
/proc/21507/stat : 21507 (java) R 21505 21507 21440 0 -1 0 10547 0 1 0 119 8 0 0 25 0 8 0 175234234 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763721 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21507/statm: 228866 10285 2524 14 0 215336 0
[pid=21507/tid=21509] ppid=21505 vsize=915464 CPUtime=0.03
/proc/21507/task/21509/stat : 21509 (java) S 21505 21507 21440 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175234237 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21510] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21510/stat : 21510 (java) S 21505 21507 21440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175234238 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21511] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21511/stat : 21511 (java) S 21505 21507 21440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175234238 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21512] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21512/stat : 21512 (java) S 21505 21507 21440 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 175234241 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21513] ppid=21505 vsize=915464 CPUtime=0.17
/proc/21507/task/21513/stat : 21513 (java) S 21505 21507 21440 0 -1 64 361 0 0 0 16 1 0 0 15 0 8 0 175234241 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21514] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21514/stat : 21514 (java) S 21505 21507 21440 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175234241 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21515] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21515/stat : 21515 (java) S 21505 21507 21440 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175234241 937435136 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915464

[startup+2.97281 s]
/proc/loadavg: 1.86 1.93 1.97 3/81 21515
/proc/meminfo: memFree=316112/2055920 swapFree=4187312/4192956
[pid=21507] ppid=21505 vsize=915464 CPUtime=2.9
/proc/21507/stat : 21507 (java) R 21505 21507 21440 0 -1 0 10565 0 1 0 282 8 0 0 25 0 8 0 175234234 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21507/statm: 228866 10301 2524 14 0 215336 0
[pid=21507/tid=21509] ppid=21505 vsize=915464 CPUtime=0.03
/proc/21507/task/21509/stat : 21509 (java) S 21505 21507 21440 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175234237 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21510] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21510/stat : 21510 (java) S 21505 21507 21440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175234238 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21511] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21511/stat : 21511 (java) S 21505 21507 21440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175234238 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21512] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21512/stat : 21512 (java) S 21505 21507 21440 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 175234241 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21513] ppid=21505 vsize=915464 CPUtime=0.19
/proc/21507/task/21513/stat : 21513 (java) S 21505 21507 21440 0 -1 64 379 0 0 0 18 1 0 0 15 0 8 0 175234241 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21514] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21514/stat : 21514 (java) S 21505 21507 21440 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175234241 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21507/tid=21515] ppid=21505 vsize=915464 CPUtime=0
/proc/21507/task/21515/stat : 21515 (java) S 21505 21507 21440 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175234241 937435136 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.23687
CPU time (s): 5.14322
CPU user time (s): 5.05023
CPU system time (s): 0.092985
CPU usage (%): 98.2117
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.05023
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10575
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= 1183
involuntary context switches= 1325

runsolver used 0.011998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 14:59:06 UTC 2007


IDJOB= 224299
IDBENCH= 5732
FILE ID= node39/224299-1168268345

PBS_JOBID= 3482925

Free space on /tmp= 66485 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224299-1168268345/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-224299-1168268345 -o ROOT/results/node39/solver-224299-1168268345 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224299-1168268345/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  eb2e85044c616a714f9eeb520026d899

RANDOM SEED= 414105456

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:        347944 kB
Buffers:          3508 kB
Cached:        1382176 kB
SwapCached:        904 kB
Active:        1130808 kB
Inactive:       523736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        347944 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            2672 kB
Writeback:           0 kB
Mapped:         277316 kB
Slab:            38432 kB
Committed_AS:  3911208 kB
PageTables:       2284 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= 66485 MiB



End job on node39 on Mon Jan  8 14:59:12 UTC 2007