Trace number 224732

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.32749 3.37938

DiagnosticValue
CHECKS29461631
NODES7403

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-43_ext.xml
MD5SUM17420012b4730854e4271c15d4d98751
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 benchmark3.2785
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/224732-1168269657/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.44	       =>  wckTime=0.109  cpuTime=0.1  mem=6M951
0.44	   
0.44	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.72	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.72	       =>  wckTime=0.392  cpuTime=0.34  mem=21M596
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.623  cpuTime=0.49  mem=15M362
1.01	   
1.01	   preprocessing
1.01	     nbConstraintChecks=193558  nbPropagations=1017  nbRevisions=3841  nbUselessRevisions=2140  nbSingletonTests=53
1.01	     nbEffectiveSingletonTests=0  nbESACBranches=12  nbRemovedValues=0  detectedInconsistency=no
1.01	       =>  wckTime=0.057  cpuTime=0.04  mem=15M362
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=137471  nbPropagations=1937  nbRevisions=8028  nbUselessRevisions=4312  nbAssignments=34
1.04	     nbFailedAssignments=19  nbBacktracks=12  nbVisitedNodes=62  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.09  cpuTime=0.06  mem=15M362
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=241884  nbPropagations=4681  nbRevisions=19747  nbUselessRevisions=10636
1.06	     nbAssignments=65  nbFailedAssignments=33  nbBacktracks=27  nbVisitedNodes=118  nbRestartNogoods=2  mapSize=21
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.109  cpuTime=0.07  mem=15M362
1.11	   
1.11	   search
1.11	     run=2  nbConstraintChecks=648160  nbPropagations=9771  nbRevisions=42243  nbUselessRevisions=22461
1.11	     nbAssignments=146  nbFailedAssignments=81  nbBacktracks=50  nbVisitedNodes=258  nbRestartNogoods=7  mapSize=42
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.152  cpuTime=0.11  mem=15M362
1.14	   
1.14	   search
1.14	     run=3  nbConstraintChecks=981677  nbPropagations=17307  nbRevisions=74928  nbUselessRevisions=39654
1.14	     nbAssignments=241  nbFailedAssignments=127  nbBacktracks=84  nbVisitedNodes=406  nbRestartNogoods=20  mapSize=70
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.188  cpuTime=0.14  mem=15M362
1.18	   
1.18	   search
1.18	     run=4  nbConstraintChecks=1366922  nbPropagations=27491  nbRevisions=119761  nbUselessRevisions=63380
1.18	     nbAssignments=348  nbFailedAssignments=174  nbBacktracks=135  nbVisitedNodes=577  nbRestartNogoods=26  mapSize=105
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.226  cpuTime=0.18  mem=15M362
1.24	   
1.24	   search
1.24	     run=5  nbConstraintChecks=2049778  nbPropagations=42117  nbRevisions=185434  nbUselessRevisions=98377
1.24	     nbAssignments=500  nbFailedAssignments=246  nbBacktracks=210  nbVisitedNodes=848  nbRestartNogoods=36  mapSize=171
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.284  cpuTime=0.23  mem=15M362
1.34	   
1.34	   search
1.34	     run=6  nbConstraintChecks=3272567  nbPropagations=64292  nbRevisions=286561  nbUselessRevisions=152278
1.34	     nbAssignments=785  nbFailedAssignments=411  nbBacktracks=325  nbVisitedNodes=1366  nbRestartNogoods=47  mapSize=265
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.385  cpuTime=0.33  mem=15M362
1.47	   
1.47	   search
1.47	     run=7  nbConstraintChecks=4773084  nbPropagations=96969  nbRevisions=435876  nbUselessRevisions=232136
1.47	     nbAssignments=1187  nbFailedAssignments=634  nbBacktracks=497  nbVisitedNodes=2091  nbRestartNogoods=57
1.47	     mapSize=411  nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.516  cpuTime=0.45  mem=15M362
1.64	   
1.64	   search
1.64	     run=8  nbConstraintChecks=6640788  nbPropagations=142572  nbRevisions=644851  nbUselessRevisions=344357
1.64	     nbAssignments=1695  nbFailedAssignments=879  nbBacktracks=754  nbVisitedNodes=2983  nbRestartNogoods=70
1.64	     mapSize=607  nbInferences=1  nbTooLargeKeys=0
1.64	       =>  wckTime=0.681  cpuTime=0.6  mem=15M362
1.90	   
1.90	   search
1.90	     run=9  nbConstraintChecks=10043276  nbPropagations=210812  nbRevisions=958863  nbUselessRevisions=512869
1.90	     nbAssignments=2590  nbFailedAssignments=1388  nbBacktracks=1138  nbVisitedNodes=4609  nbRestartNogoods=73
1.90	     mapSize=901  nbInferences=1  nbTooLargeKeys=0
1.90	       =>  wckTime=0.946  cpuTime=0.86  mem=16M337
2.00	   
2.00	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=16M337)
2.32	   
2.32	   search
2.32	     run=10  nbConstraintChecks=15478834  nbPropagations=313784  nbRevisions=1436680  nbUselessRevisions=769547
2.32	     nbAssignments=3903  nbFailedAssignments=2121  nbBacktracks=1717  nbVisitedNodes=7010  nbRestartNogoods=76
2.32	       =>  wckTime=1.365  cpuTime=1.27  mem=16M337
2.82	   
2.82	   search
2.82	     run=11  nbConstraintChecks=22227819  nbPropagations=461711  nbRevisions=2128385  nbUselessRevisions=1143331
2.82	     nbAssignments=5667  nbFailedAssignments=3018  nbBacktracks=2583  nbVisitedNodes=10153  nbRestartNogoods=79
2.82	       =>  wckTime=1.863  cpuTime=1.77  mem=16M337
3.34	   
3.34	   search
3.34	     run=12  nbConstraintChecks=29268073  nbPropagations=653887  nbRevisions=3032518  nbUselessRevisions=1632986
3.34	     nbAssignments=7403  nbFailedAssignments=3922  nbBacktracks=3416  nbVisitedNodes=13244  nbRestartNogoods=88
3.34	       =>  wckTime=2.383  cpuTime=2.29  mem=16M337
3.34	   
3.34	   global
3.34	     nbConstraintChecks=29461631  nbPropagations=654904  nbRevisions=3036359  nbUselessRevisions=1635126
3.34	     nbRestartNogoods=88  solvingWckTime=2.385  solvingCpuTime=2.29  expiredTime=no  totalExploration=yes
3.34	     nbFoundSolutions=0  globalCpuTime=2.82
3.34	       =>  wckTime=3.013  cpuTime=2.78  mem=16M337
3.34	   
3.34	s UNSATISFIABLE
3.34	d NODES 7403
3.34	d CHECKS 29461631
3.34	   
3.34	   totalWckTime=3.098  totalCpuTime=2.82

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/node40/watcher-224732-1168269657 -o ROOT/results/node40/solver-224732-1168269657 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224732-1168269657/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: 2.70 2.63 2.41 5/81 24984
/proc/meminfo: memFree=1003984/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=18540 CPUtime=0
/proc/24983/stat : 24983 (runsolver) R 24981 24983 23983 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 175365064 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24983/statm: 4635 279 244 17 0 2626 0

[startup+0.10742 s]
/proc/loadavg: 2.70 2.63 2.41 5/81 24984
/proc/meminfo: memFree=1003984/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=914988 CPUtime=0.09
/proc/24983/stat : 24983 (java) R 24981 24983 23983 0 -1 0 2989 0 1 0 7 2 0 0 22 0 8 0 175365064 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24983/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515475 s]
/proc/loadavg: 2.70 2.63 2.41 5/81 24984
/proc/meminfo: memFree=1003984/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=915328 CPUtime=0.49
/proc/24983/stat : 24983 (java) R 24981 24983 23983 0 -1 0 7063 0 1 0 43 6 0 0 18 0 8 0 175365064 937295872 6802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24983/statm: 228832 6802 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33657 s]
/proc/loadavg: 2.72 2.64 2.41 4/88 24991
/proc/meminfo: memFree=972824/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=915464 CPUtime=1.31
/proc/24983/stat : 24983 (java) R 24981 24983 23983 0 -1 0 10541 0 1 0 121 10 0 0 24 0 8 0 175365064 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073740637 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24983/statm: 228866 10279 2524 14 0 215336 0
[pid=24983/tid=24985] ppid=24981 vsize=915464 CPUtime=0.04
/proc/24983/task/24985/stat : 24985 (java) S 24981 24983 23983 0 -1 64 352 0 0 0 4 0 0 0 17 0 8 0 175365068 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24986] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 23983 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 175365068 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24987] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 23983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175365069 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24988] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175365072 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=915464 CPUtime=0.18
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 23983 0 -1 64 360 0 0 0 17 1 0 0 15 0 8 0 175365072 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24990] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175365072 937435136 10279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175365072 937435136 10279 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) 915464

[startup+2.97878 s]
/proc/loadavg: 2.72 2.64 2.41 4/88 24991
/proc/meminfo: memFree=964312/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=915464 CPUtime=2.95
/proc/24983/stat : 24983 (java) R 24981 24983 23983 0 -1 0 10560 0 1 0 284 11 0 0 25 0 8 0 175365064 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24983/statm: 228866 10296 2524 14 0 215336 0
[pid=24983/tid=24985] ppid=24981 vsize=915464 CPUtime=0.04
/proc/24983/task/24985/stat : 24985 (java) S 24981 24983 23983 0 -1 64 352 0 0 0 4 0 0 0 17 0 8 0 175365068 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24986] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24986/stat : 24986 (java) S 24981 24983 23983 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 175365068 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24987] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24987/stat : 24987 (java) S 24981 24983 23983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175365069 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24988] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24988/stat : 24988 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175365072 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24983/tid=24989] ppid=24981 vsize=915464 CPUtime=0.23
/proc/24983/task/24989/stat : 24989 (java) S 24981 24983 23983 0 -1 64 377 0 0 0 21 2 0 0 15 0 8 0 175365072 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24983/tid=24990] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24990/stat : 24990 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175365072 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24983/tid=24991] ppid=24981 vsize=915464 CPUtime=0
/proc/24983/task/24991/stat : 24991 (java) S 24981 24983 23983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175365072 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 3.37938
CPU time (s): 3.32749
CPU user time (s): 3.20851
CPU system time (s): 0.118981
CPU usage (%): 98.4645
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.20851
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10567
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= 1106
involuntary context switches= 1315

runsolver used 0.008998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan  8 15:20:57 UTC 2007


IDJOB= 224732
IDBENCH= 5790
FILE ID= node40/224732-1168269657

PBS_JOBID= 3482874

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  17420012b4730854e4271c15d4d98751

RANDOM SEED= 676067537

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.239
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.239
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:        993072 kB
Buffers:         46380 kB
Cached:         323132 kB
SwapCached:          0 kB
Active:         744156 kB
Inactive:       243012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        993072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:         634508 kB
Slab:            59840 kB
Committed_AS:  4467568 kB
PageTables:       3020 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= 66547 MiB



End job on node40 on Mon Jan  8 15:21:01 UTC 2007