Trace number 219260

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.09153 3.22049

DiagnosticValue
CHECKS4663249
NODES3355

General information on the benchmark

Nameehi/ehi-90/
ehi-90-315-1_ext.xml
MD5SUM18a3c39cc7672ba076304b67f48b0e88
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.210967
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables315
Number of constraints4388
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4388
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.38	   configuration
0.38	     name=mac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/219260-1168079793/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.52	     nbVariables=315  nbDomainTypes=1  minDomainSize=7  maxDomainSize=7
0.52	       =>  wckTime=0.145  cpuTime=0.11  mem=7M927
0.52	   
0.52	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.87	     nbConstraints=4388  nbRelationTypes=73  nbExtensionStructures=73  nbSharedExtensionStructures=4315
0.87	     nbConflictsStructures=73  nbSharedConflictsStructures=4315  nbSharedBinaryRepresentations=1004  maxDegree=30
0.87	     maxArity=2
0.87	       =>  wckTime=0.489  cpuTime=0.34  mem=20M620
0.94	   
0.94	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.745  cpuTime=0.48  mem=17M730
1.16	   
1.16	   preprocessing
1.16	     nbConstraintChecks=0  nbPropagations=315  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.16	     detectedInconsistency=no
1.16	       =>  wckTime=0.029  cpuTime=0.02  mem=17M730
1.25	   
1.25	   search
1.25	     run=0  nbConstraintChecks=90709  nbPropagations=1361  nbRevisions=30298  nbUselessRevisions=28021  nbAssignments=71
1.25	     nbFailedAssignments=3  nbBacktracks=33  nbVisitedNodes=82  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.25	     nbTooLargeKeys=0
1.25	       =>  wckTime=0.124  cpuTime=0.09  mem=17M730
1.28	   
1.28	   search
1.28	     run=1  nbConstraintChecks=167347  nbPropagations=3503  nbRevisions=85426  nbUselessRevisions=78532
1.28	     nbAssignments=104  nbFailedAssignments=8  nbBacktracks=50  nbVisitedNodes=126  nbRestartNogoods=1  mapSize=18
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.158  cpuTime=0.12  mem=17M730
1.31	   
1.31	   search
1.32	     run=2  nbConstraintChecks=247926  nbPropagations=6484  nbRevisions=164699  nbUselessRevisions=151201
1.32	     nbAssignments=159  nbFailedAssignments=15  nbBacktracks=72  nbVisitedNodes=194  nbRestartNogoods=3  mapSize=26
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.19  cpuTime=0.15  mem=17M730
1.36	   
1.36	   search
1.36	     run=3  nbConstraintChecks=384716  nbPropagations=10698  nbRevisions=276999  nbUselessRevisions=254297
1.36	     nbAssignments=236  nbFailedAssignments=30  nbBacktracks=106  nbVisitedNodes=299  nbRestartNogoods=6  mapSize=49
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.233  cpuTime=0.19  mem=17M730
1.40	   
1.40	   search
1.40	     run=4  nbConstraintChecks=491272  nbPropagations=16066  nbRevisions=423815  nbUselessRevisions=389290
1.40	     nbAssignments=321  nbFailedAssignments=33  nbBacktracks=172  nbVisitedNodes=395  nbRestartNogoods=9  mapSize=58
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.277  cpuTime=0.23  mem=17M730
1.51	   
1.51	   search
1.51	     run=5  nbConstraintChecks=749738  nbPropagations=24298  nbRevisions=668383  nbUselessRevisions=612418
1.51	     nbAssignments=430  nbFailedAssignments=48  nbBacktracks=248  nbVisitedNodes=540  nbRestartNogoods=11  mapSize=91
1.51	     nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.385  cpuTime=0.34  mem=17M730
1.60	   
1.60	   search
1.60	     run=6  nbConstraintChecks=980019  nbPropagations=34950  nbRevisions=987488  nbUselessRevisions=903220
1.60	     nbAssignments=592  nbFailedAssignments=64  nbBacktracks=373  nbVisitedNodes=744  nbRestartNogoods=14  mapSize=129
1.60	     nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.48  cpuTime=0.43  mem=17M730
1.72	   
1.72	   search
1.72	     run=7  nbConstraintChecks=1243900  nbPropagations=48736  nbRevisions=1399964  nbUselessRevisions=1280200
1.72	     nbAssignments=812  nbFailedAssignments=77  nbBacktracks=546  nbVisitedNodes=997  nbRestartNogoods=17  mapSize=158
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.595  cpuTime=0.55  mem=18M705
1.87	   
1.87	   search
1.87	     run=8  nbConstraintChecks=1537077  nbPropagations=65953  nbRevisions=1918598  nbUselessRevisions=1754509
1.87	     nbAssignments=1142  nbFailedAssignments=94  nbBacktracks=829  nbVisitedNodes=1366  nbRestartNogoods=21  mapSize=192
1.87	     nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.741  cpuTime=0.69  mem=18M705
2.14	   
2.14	   search
2.14	     run=9  nbConstraintChecks=2132877  nbPropagations=90049  nbRevisions=2654387  nbUselessRevisions=2426255
2.14	     nbAssignments=1618  nbFailedAssignments=144  nbBacktracks=1238  nbVisitedNodes=1945  nbRestartNogoods=26
2.14	     mapSize=292  nbInferences=0  nbTooLargeKeys=0
2.14	       =>  wckTime=1.013  cpuTime=0.95  mem=18M705
2.46	   
2.46	   search
2.46	     run=10  nbConstraintChecks=2850360  nbPropagations=122297  nbRevisions=3639586  nbUselessRevisions=3326950
2.46	     nbAssignments=2262  nbFailedAssignments=195  nbBacktracks=1824  nbVisitedNodes=2697  nbRestartNogoods=28
2.46	     mapSize=396  nbInferences=0  nbTooLargeKeys=0
2.46	       =>  wckTime=1.336  cpuTime=1.24  mem=18M705
3.17	   
3.17	   search
3.17	     run=11  nbConstraintChecks=4648070  nbPropagations=175536  nbRevisions=5296414  nbUselessRevisions=4838281
3.17	     nbAssignments=3350  nbFailedAssignments=406  nbBacktracks=2694  nbVisitedNodes=4129  nbRestartNogoods=29
3.17	     mapSize=650  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=2.041  cpuTime=1.94  mem=19M681
3.17	   
3.17	   search
3.17	     run=12  nbConstraintChecks=4663249  nbPropagations=228920  nbRevisions=6957559  nbUselessRevisions=6353381
3.17	     nbAssignments=3355  nbFailedAssignments=411  nbBacktracks=2695  nbVisitedNodes=4139  nbRestartNogoods=32
3.17	     mapSize=650  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=2.046  cpuTime=1.94  mem=19M681
3.17	   
3.17	   global
3.17	     nbConstraintChecks=4663249  nbPropagations=229235  nbRevisions=6957559  nbUselessRevisions=6353381
3.17	     nbRestartNogoods=32  solvingWckTime=2.047  solvingCpuTime=1.94  expiredTime=no  totalExploration=yes
3.17	     nbFoundSolutions=0  globalCpuTime=2.47
3.17	       =>  wckTime=2.794  cpuTime=2.42  mem=19M681
3.17	   
3.17	s UNSATISFIABLE
3.17	d NODES 3355
3.17	d CHECKS 4663249
3.17	   
3.18	   totalWckTime=2.879  totalCpuTime=2.48

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/node13/watcher-219260-1168079793 -o ROOT/results/node13/solver-219260-1168079793 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219260-1168079793/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.57 1.85 1.94 5/93 6576
/proc/meminfo: memFree=510632/2055920 swapFree=4192812/4192956
[pid=6575] ppid=6573 vsize=18540 CPUtime=0
/proc/6575/stat : 6575 (runsolver) R 6573 6575 6396 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156374324 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6575/statm: 4635 279 244 17 0 2626 0

[startup+0.109781 s]
/proc/loadavg: 1.57 1.85 1.94 5/93 6576
/proc/meminfo: memFree=510632/2055920 swapFree=4192812/4192956
[pid=6575] ppid=6573 vsize=911488 CPUtime=0.06
/proc/6575/stat : 6575 (java) D 6573 6575 6396 0 -1 0 2637 0 1 0 5 1 0 0 20 0 8 0 156374324 933363712 2384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6575/statm: 227872 2384 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.517838 s]
/proc/loadavg: 1.57 1.85 1.94 5/93 6576
/proc/meminfo: memFree=510632/2055920 swapFree=4192812/4192956
[pid=6575] ppid=6573 vsize=915328 CPUtime=0.44
/proc/6575/stat : 6575 (java) R 6573 6575 6396 0 -1 0 6249 0 1 0 40 4 0 0 18 0 8 0 156374324 937295872 5988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6575/statm: 228832 5988 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.34095 s]
/proc/loadavg: 1.57 1.85 1.94 3/100 6583
/proc/meminfo: memFree=478384/2055920 swapFree=4192812/4192956
[pid=6575] ppid=6573 vsize=915588 CPUtime=1.26
/proc/6575/stat : 6575 (java) R 6573 6575 6396 0 -1 0 10754 0 1 0 118 8 0 0 24 0 8 0 156374324 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073944500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6575/statm: 228897 10492 2513 14 0 215367 0
[pid=6575/tid=6577] ppid=6573 vsize=915588 CPUtime=0.06
/proc/6575/task/6577/stat : 6577 (java) S 6573 6575 6396 0 -1 64 728 0 0 0 6 0 0 0 16 0 8 0 156374328 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6578] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6578/stat : 6578 (java) S 6573 6575 6396 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156374329 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6579] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6579/stat : 6579 (java) S 6573 6575 6396 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156374329 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6580] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6580/stat : 6580 (java) S 6573 6575 6396 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156374332 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6581] ppid=6573 vsize=915588 CPUtime=0.27
/proc/6575/task/6581/stat : 6581 (java) S 6573 6575 6396 0 -1 64 409 0 0 0 26 1 0 0 15 0 8 0 156374332 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6582] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6582/stat : 6582 (java) S 6573 6575 6396 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156374332 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6583] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6583/stat : 6583 (java) S 6573 6575 6396 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156374332 937562112 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915588

[startup+2.99317 s]
/proc/loadavg: 1.60 1.85 1.94 3/100 6583
/proc/meminfo: memFree=478192/2055920 swapFree=4192812/4192956
[pid=6575] ppid=6573 vsize=915588 CPUtime=2.9
/proc/6575/stat : 6575 (java) R 6573 6575 6396 0 -1 0 10772 0 1 0 281 9 0 0 25 0 8 0 156374324 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073928295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6575/statm: 228897 10508 2513 14 0 215367 0
[pid=6575/tid=6577] ppid=6573 vsize=915588 CPUtime=0.06
/proc/6575/task/6577/stat : 6577 (java) S 6573 6575 6396 0 -1 64 728 0 0 0 6 0 0 0 17 0 8 0 156374328 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6578] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6578/stat : 6578 (java) S 6573 6575 6396 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156374329 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6579] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6579/stat : 6579 (java) S 6573 6575 6396 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156374329 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6580] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6580/stat : 6580 (java) S 6573 6575 6396 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156374332 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6581] ppid=6573 vsize=915588 CPUtime=0.31
/proc/6575/task/6581/stat : 6581 (java) S 6573 6575 6396 0 -1 64 425 0 0 0 30 1 0 0 15 0 8 0 156374332 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6582] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6582/stat : 6582 (java) S 6573 6575 6396 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156374332 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6575/tid=6583] ppid=6573 vsize=915588 CPUtime=0
/proc/6575/task/6583/stat : 6583 (java) S 6573 6575 6396 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156374332 937562112 10508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915588

Child status: 0
Real time (s): 3.22049
CPU time (s): 3.09153
CPU user time (s): 2.99254
CPU system time (s): 0.098984
CPU usage (%): 95.9956
Max. virtual memory (cumulated for all children) (KiB): 915588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.99254
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10781
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= 1359
involuntary context switches= 1658

runsolver used 0.006998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 10:36:33 UTC 2007


IDJOB= 219260
IDBENCH= 5298
FILE ID= node13/219260-1168079793

PBS_JOBID= 3475845

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ehi/ehi-90/ehi-90-315-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219260-1168079793/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-219260-1168079793 -o ROOT/results/node13/solver-219260-1168079793 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219260-1168079793/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  18a3c39cc7672ba076304b67f48b0e88

RANDOM SEED= 873514780

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.247
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.247
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:        511048 kB
Buffers:         71368 kB
Cached:         558176 kB
SwapCached:          0 kB
Active:        1159996 kB
Inactive:       288044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        511048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         847536 kB
Slab:            79800 kB
Committed_AS:  4451348 kB
PageTables:       3944 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= 66313 MiB



End job on node13 on Sat Jan  6 10:36:37 UTC 2007